Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/dist/ipsec-tools/src/setkey remove dup



details:   https://anonhg.NetBSD.org/src/rev/fc2339c97196
branches:  trunk
changeset: 332191:fc2339c97196
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 10 21:01:33 2014 +0000

description:
remove dup

diffstat:

 crypto/dist/ipsec-tools/src/setkey/token.l |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (26 lines):

diff -r 8d28bafa87c6 -r fc2339c97196 crypto/dist/ipsec-tools/src/setkey/token.l
--- a/crypto/dist/ipsec-tools/src/setkey/token.l        Wed Sep 10 18:24:16 2014 +0000
+++ b/crypto/dist/ipsec-tools/src/setkey/token.l        Wed Sep 10 21:01:33 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: token.l,v 1.18 2012/11/29 15:31:25 vanhu Exp $ */
+/*     $NetBSD: token.l,v 1.19 2014/09/10 21:01:33 christos Exp $      */
 
 /*     $KAME: token.l,v 1.44 2003/10/21 07:20:58 itojun Exp $  */
 
@@ -233,16 +233,6 @@
        yylval.num = SADB_X_EALG_AESGMAC; BEGIN INITIAL; return(ALG_ENC);
 #endif
 }
-<S_ENCALG>aes-gcm-16   {
-#ifdef SADB_X_EALG_AESGCM16
-       yylval.num = SADB_X_EALG_AESGCM16; BEGIN INITIAL; return(ALG_ENC);
-#endif
-}
-<S_ENCALG>aes-gmac     {
-#ifdef SADB_X_EALG_AESGMAC
-       yylval.num = SADB_X_EALG_AESGMAC; BEGIN INITIAL; return(ALG_ENC);
-#endif
-}
 
        /* compression algorithms */
 {hyphen}C      { return(F_COMP); }



Home | Main Index | Thread Index | Old Index