diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-09-22 16:21:22 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-10-05 11:32:52 +0200 |
commit | 4a6f97d00bb5ed022ec8e06360e4cdc53ea536f6 (patch) | |
tree | 151423a140ca30c3a23387c8a024b5cb7e28b8ac /src/libstrongswan/plugins/openssl/openssl_pkcs12.c | |
parent | 437610ace528ec8f51c356bdca49cb5dc71f88ba (diff) | |
download | strongswan-4a6f97d00bb5ed022ec8e06360e4cdc53ea536f6.tar.bz2 strongswan-4a6f97d00bb5ed022ec8e06360e4cdc53ea536f6.tar.xz |
openssl: Add a generic private key loader
Diffstat (limited to 'src/libstrongswan/plugins/openssl/openssl_pkcs12.c')
-rw-r--r-- | src/libstrongswan/plugins/openssl/openssl_pkcs12.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstrongswan/plugins/openssl/openssl_pkcs12.c b/src/libstrongswan/plugins/openssl/openssl_pkcs12.c index 705e96c69..bbd400cac 100644 --- a/src/libstrongswan/plugins/openssl/openssl_pkcs12.c +++ b/src/libstrongswan/plugins/openssl/openssl_pkcs12.c @@ -23,10 +23,6 @@ #include <library.h> #include <credentials/sets/mem_cred.h> -#ifdef OPENSSL_IS_BORINGSSL -#define EVP_PKEY_base_id(p) EVP_PKEY_type(p->type) -#endif - typedef struct private_pkcs12_t private_pkcs12_t; /** |