0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-12 09:28:46 +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-02-21 12:42:31 +01:00
2015-05-13 11:18:10 +02:00
2015-02-22 13:50:58 +01:00