From e6cda69f0bd9ff2bd19dfbd0144610703481846b Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Mon, 24 Nov 1997 19:14:17 +0000 Subject: add ripemd-160 as authentication function. --- sys/netinet/ip_ipsp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet/ip_ipsp.h') 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 -- cgit v1.2.3