Skip to content

Commit

Permalink
#ifdef out rijndael/tworish items.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Sep 12, 2000
1 parent 2700d85 commit fa43c80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kame/kame/libipsec/pfkey_dump.c
@@ -1,4 +1,4 @@
/* $KAME: pfkey_dump.c,v 1.21 2000/08/28 16:41:10 itojun Exp $ */
/* $KAME: pfkey_dump.c,v 1.22 2000/09/12 07:10:53 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
Expand Down Expand Up @@ -150,8 +150,12 @@ static struct val2str str_alg_enc[] = {
#endif
{ SADB_X_EALG_CAST128CBC, "cast128-cbc", },
{ SADB_X_EALG_BLOWFISHCBC, "blowfish-cbc", },
#ifdef SADB_X_EALG_RIJNDAELCBC
{ SADB_X_EALG_RIJNDAELCBC, "rijndael-cbc", },
#endif
#ifdef SADB_X_EALG_TWOFISHCBC
{ SADB_X_EALG_TWOFISHCBC, "twofish-cbc", },
#endif
{ -1, NULL, },
};

Expand Down

0 comments on commit fa43c80

Please sign in to comment.