summaryrefslogtreecommitdiff
path: root/src/crypto/evp/evp_asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/evp/evp_asn1.c')
-rw-r--r--src/crypto/evp/evp_asn1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/evp/evp_asn1.c b/src/crypto/evp/evp_asn1.c
index d56b93b0..fc1dce31 100644
--- a/src/crypto/evp/evp_asn1.c
+++ b/src/crypto/evp/evp_asn1.c
@@ -73,6 +73,7 @@ static const EVP_PKEY_ASN1_METHOD *const kASN1Methods[] = {
&ec_asn1_meth,
&dsa_asn1_meth,
&ed25519_asn1_meth,
+ &x25519_asn1_meth,
};
static int parse_key_type(CBS *cbs, int *out_type) {