aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-08-12 14:40:16 +0200
committerMartin Willi <martin@strongswan.org>2009-08-26 11:23:49 +0200
commit280469923d931cfcdefee0e2097a0991713454e8 (patch)
treef6761f3d5d0f498997865f586ba267bada25527b /src/libstrongswan/plugins/gcrypt
parentc9db16b7dd1b988b57927538476592153f33b9c4 (diff)
downloadstrongswan-280469923d931cfcdefee0e2097a0991713454e8.tar.bz2
strongswan-280469923d931cfcdefee0e2097a0991713454e8.tar.xz
make use of the pem helper plugin to load credentials
Diffstat (limited to 'src/libstrongswan/plugins/gcrypt')
-rw-r--r--src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c b/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c
index 4d9c88c6d..d6426e4d6 100644
--- a/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c
+++ b/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c
@@ -21,7 +21,6 @@
#include <asn1/oid.h>
#include <asn1/asn1.h>
#include <asn1/asn1_parser.h>
-#include <asn1/pem.h>
#include <crypto/hashers/hasher.h>
typedef struct private_gcrypt_rsa_public_key_t private_gcrypt_rsa_public_key_t;