summaryrefslogtreecommitdiff
path: root/sys/net/pfkeyv2_convert.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-28 10:02:38 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-28 10:02:38 +0000
commite43eb395fda42f410b0e54303cb52afe2fcaec90 (patch)
tree2667ab3c1c610803a9dac5feb1678065f593f809 /sys/net/pfkeyv2_convert.c
parent3842ebbf1fb15e7d8241c7758b5b8d1b553e5b42 (diff)
remove KPDK. not really used, and a bad choice anyway. ok naddy
Diffstat (limited to 'sys/net/pfkeyv2_convert.c')
-rw-r--r--sys/net/pfkeyv2_convert.c10
1 files changed, 1 insertions, 9 deletions
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;
}
}