summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelos <angelos@openbsd.org>1997-03-09 07:03:20 +0000
committerangelos <angelos@openbsd.org>1997-03-09 07:03:20 +0000
commit41306bee15247ac7b0ac7555108a39d7d2d3407e (patch)
tree849b65720707bd75375ba2152be11ca201f64e66
parentAdded the "replay" command. (diff)
downloadwireguard-openbsd-41306bee15247ac7b0ac7555108a39d7d2d3407e.tar.xz
wireguard-openbsd-41306bee15247ac7b0ac7555108a39d7d2d3407e.zip
Change the reference to the standards document.
-rw-r--r--sys/netinet/ip_ahhmacmd5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ahhmacmd5.c b/sys/netinet/ip_ahhmacmd5.c
index 764c6678614..1191de75bc6 100644
--- a/sys/netinet/ip_ahhmacmd5.c
+++ b/sys/netinet/ip_ahhmacmd5.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ahhmacmd5.c,v 1.5 1997/02/26 03:01:03 angelos Exp $ */
+/* $OpenBSD: ip_ahhmacmd5.c,v 1.6 1997/03/09 07:03:20 angelos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -24,7 +24,7 @@
*/
/*
- * Based on draft-ietf-ipsec-ah-hmac-md5-04.txt.
+ * Based on RFC 2085.
*/
#include <sys/param.h>