summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipsp.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1997-11-24 19:14:17 +0000
committerNiels Provos <provos@cvs.openbsd.org>1997-11-24 19:14:17 +0000
commite6cda69f0bd9ff2bd19dfbd0144610703481846b (patch)
treead0fb8877b7f189ab98c895cc255b7d26a4c236d /sys/netinet/ip_ipsp.h
parent33cee386e689e7acbbd46da941e7a7c55eeeef49 (diff)
add ripemd-160 as authentication function.
Diffstat (limited to 'sys/netinet/ip_ipsp.h')
-rw-r--r--sys/netinet/ip_ipsp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h
index c1c2be2256d..a38abcc4b7d 100644
--- a/sys/netinet/ip_ipsp.h
+++ b/sys/netinet/ip_ipsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ipsp.h,v 1.15 1997/11/04 09:11:17 provos Exp $ */
+/* $OpenBSD: ip_ipsp.h,v 1.16 1997/11/24 19:14:15 provos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -130,6 +130,7 @@ struct xformsw
/* Supported key hash algorithms */
#define ALG_AUTH_MD5 1
#define ALG_AUTH_SHA1 2
+#define ALG_AUTH_RMD160 3
/* Supported encryption algorithms */
#define ALG_ENC_DES 1