summaryrefslogtreecommitdiffstats
path: root/src/crypto/evp/evp_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/evp/evp_ctx.c')
-rw-r--r--src/crypto/evp/evp_ctx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypto/evp/evp_ctx.c b/src/crypto/evp/evp_ctx.c
index a8e71fe..9e038cd 100644
--- a/src/crypto/evp/evp_ctx.c
+++ b/src/crypto/evp/evp_ctx.c
@@ -66,9 +66,6 @@
#include "internal.h"
-extern const EVP_PKEY_METHOD rsa_pkey_meth;
-extern const EVP_PKEY_METHOD ec_pkey_meth;
-
static const EVP_PKEY_METHOD *const evp_methods[] = {
&rsa_pkey_meth,
&ec_pkey_meth,