0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-19 02:18:43 +00:00
bird/proto/ospf
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
..
config.Y Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
dbdes.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
Doc Doc. 2000-06-07 23:23:37 +00:00
hello.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
iface.c Bugfix in latest OSPF changes. 2014-11-03 20:35:25 +01:00
lsack.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsalib.c OSPF: Fixes validation of LSA checksums 2015-04-29 13:43:15 +02:00
lsalib.h OSPF: Fixes validation of LSA checksums 2015-04-29 13:43:15 +02:00
lsreq.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
lsupd.c OSPF: Fixes validation of LSA checksums 2015-04-29 13:43:15 +02:00
Makefile Routing table calculation. Dijkstra done. 2000-04-26 12:54:23 +00:00
neighbor.c Fininshing integrated OSPF. 2014-11-03 10:42:55 +01:00
ospf.c Store protocol config size inside protocol structure 2015-02-21 21:08:23 +01:00
ospf.h Minor fixes 2015-04-12 10:47:17 +02:00
packet.c MD5: change interface of md5_final() 2015-05-13 11:18:10 +02:00
rt.c OSPF: fixing typing errors 2015-05-13 09:12:22 +02:00
rt.h Temporary integrated OSPF commit. 2014-07-18 18:24:12 +02:00
topology.c Bugfix in latest OSPF changes. 2014-11-03 20:35:25 +01:00
topology.h Whitespace cleanup in OSPF. 2014-07-19 17:28:38 +02:00