summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ah_core.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-11-10 10:39:14 +0000
committerume <ume@FreeBSD.org>2003-11-10 10:39:14 +0000
commit13591e26f26f2a16d0f1f8cafcb0fa2135b0d9c0 (patch)
tree40197ba1f016a6b2c8e89105a3a644838e6ed09f /sys/netinet6/ah_core.c
parentacf177087dfac995e872e5fe7e065b911bd10ba1 (diff)
downloadFreeBSD-src-13591e26f26f2a16d0f1f8cafcb0fa2135b0d9c0.zip
FreeBSD-src-13591e26f26f2a16d0f1f8cafcb0fa2135b0d9c0.tar.gz
enable aes-xcbc-mac and aes-ctr, again.
Diffstat (limited to 'sys/netinet6/ah_core.c')
-rw-r--r--sys/netinet6/ah_core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet6/ah_core.c b/sys/netinet6/ah_core.c
index 4e7f594..a2a0309 100644
--- a/sys/netinet6/ah_core.c
+++ b/sys/netinet6/ah_core.c
@@ -189,12 +189,10 @@ ah_algorithm_lookup(idx)
"hmac-ripemd160",
ah_hmac_ripemd160_init, ah_hmac_ripemd160_loop,
ah_hmac_ripemd160_result, },
-#ifdef ENABLE_AES_XCBC_MAC
{ ah_sumsiz_1216, ah_common_mature, 128, 128,
"aes-xcbc-mac",
ah_aes_xcbc_mac_init, ah_aes_xcbc_mac_loop,
ah_aes_xcbc_mac_result, },
-#endif
};
switch (idx) {
@@ -216,10 +214,8 @@ ah_algorithm_lookup(idx)
return &ah_algorithms[7];
case SADB_X_AALG_RIPEMD160HMAC:
return &ah_algorithms[8];
-#ifdef ENABLE_AES_XCBC_MAC
case SADB_X_AALG_AES_XCBC_MAC:
return &ah_algorithms[9];
-#endif
default:
return NULL;
}
OpenPOWER on IntegriCloud