diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-15 18:18:04 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-15 18:18:04 +0200 |
commit | 25ecb8dafafad5f8494188d7ca13979e839d10ec (patch) | |
tree | a51b4c1031a558529fe986281a442ecc4e7332af /src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c | |
parent | d32b14db5eb0a75b281af75ae9622153de16ff6d (diff) | |
download | strongswan-25ecb8dafafad5f8494188d7ca13979e839d10ec.tar.bz2 strongswan-25ecb8dafafad5f8494188d7ca13979e839d10ec.tar.xz |
gcrypt actually does not implement IDEA
Diffstat (limited to 'src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c')
-rw-r--r-- | src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c b/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c index 1d6d74a7b..23a8df83a 100644 --- a/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c +++ b/src/libstrongswan/plugins/gcrypt/gcrypt_plugin.c @@ -160,8 +160,6 @@ plugin_t *plugin_create() /* crypters */ lib->crypto->add_crypter(lib->crypto, ENCR_3DES, (crypter_constructor_t)gcrypt_crypter_create); - lib->crypto->add_crypter(lib->crypto, ENCR_IDEA, - (crypter_constructor_t)gcrypt_crypter_create); lib->crypto->add_crypter(lib->crypto, ENCR_CAST, (crypter_constructor_t)gcrypt_crypter_create); lib->crypto->add_crypter(lib->crypto, ENCR_BLOWFISH, |