From 2d697711142c82967bd7d519bf253f9462bbc573 Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Tue, 15 Sep 2015 12:29:33 -0500 Subject: Revert AESNI patches. Revert "Importing pfSense patch aesgcm.soft.1.patch" This reverts commit 46e99a8858f1c843c1774e472c11d422ca2163ae. TAG: IPSEC-HEAD Issue: #4841 --- usr.bin/netstat/ipsec.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index 0be7134..b4014ad 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -155,15 +155,6 @@ static struct val2str ipsec_espnames[] = { #ifdef SADB_X_EALG_AESCTR { SADB_X_EALG_AESCTR, "aes-ctr", }, #endif -#ifdef SADB_X_EALG_AESGCM8 - { SADB_X_EALG_AESGCM8, "aes-gcm-8", }, -#endif -#ifdef SADB_X_EALG_AESGCM12 - { SADB_X_EALG_AESGCM12, "aes-gcm-12", }, -#endif -#ifdef SADB_X_EALG_AESGCM16 - { SADB_X_EALG_AESGCM16, "aes-gcm-16", }, -#endif { -1, NULL }, }; -- cgit v1.1