From e43eb395fda42f410b0e54303cb52afe2fcaec90 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 28 Dec 2014 10:02:38 +0000 Subject: remove KPDK. not really used, and a bad choice anyway. ok naddy --- sys/net/pfkeyv2_convert.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/net/pfkeyv2_convert.c') diff --git a/sys/net/pfkeyv2_convert.c b/sys/net/pfkeyv2_convert.c index b6e4c65a5df..fd1d341dac5 100644 --- a/sys/net/pfkeyv2_convert.c +++ b/sys/net/pfkeyv2_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfkeyv2_convert.c,v 1.44 2014/12/19 17:14:40 tedu Exp $ */ +/* $OpenBSD: pfkeyv2_convert.c,v 1.45 2014/12/28 10:02:37 tedu Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@keromytis.org) * @@ -214,14 +214,6 @@ export_sa(void **p, struct tdb *tdb) case CRYPTO_AES_256_GMAC: sadb_sa->sadb_sa_auth = SADB_X_AALG_AES256GMAC; break; - - case CRYPTO_MD5_KPDK: - sadb_sa->sadb_sa_auth = SADB_X_AALG_MD5; - break; - - case CRYPTO_SHA1_KPDK: - sadb_sa->sadb_sa_auth = SADB_X_AALG_SHA1; - break; } } -- cgit v1.2.3