summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-08-09 21:58:55 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-08-13 14:11:04 +0100
commit262bd85fdead8808240f92eaea899615912001f7 (patch)
tree001fe76fec748b9e3325c3cc121c2c5bd561cf46 /crypto/evp/pmeth_lib.c
parent873feeb9cfd026b5cadc50ab026f4839ea9e3c08 (diff)
Add X25519 methods to internal tables
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/evp/pmeth_lib.c')
-rw-r--r--crypto/evp/pmeth_lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 2e5e932941..169639b562 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -42,6 +42,9 @@ static const EVP_PKEY_METHOD *standard_methods[] = {
&dhx_pkey_meth,
#endif
&tls1_prf_pkey_meth,
+#ifndef OPENSSL_NO_EC
+ &ecx25519_pkey_meth,
+#endif
&hkdf_pkey_meth
};