0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/proto/rip
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
..
auth.c MD5: change interface of md5_final() 2015-05-13 11:18:10 +02:00
config.Y Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
Doc Docs updates: 2000-06-05 16:36:16 +00:00
Makefile Mensi updaty do ripu. Pridana passwd autentikace (netestovano). 1999-05-11 09:53:45 +00:00
rip.c Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
rip.h Addition necessary includes in headers files 2015-03-17 12:39:10 +01:00