0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-02 14:20:01 +00:00
Pavel Tvrdík aa75e6dfe1 MD5: change interface of md5_final()
originally:
  void md5_final(unsigned char digest[16], struct md5_context *ctx);

newly:
  byte * md5_final(md5_context *ctx);
2015-05-13 11:18:10 +02:00
..
2015-04-01 00:10:00 +02:00
2015-05-13 11:18:10 +02:00
2015-05-13 11:18:10 +02:00
Doc
2013-09-10 12:09:36 +02:00