Fix trivial coding style nits in a_time/a_tm files
[openssl.git] / crypto / asn1 / standard_methods.h
index a0fd881b7a64d2b9dfd007280aa2d2a640e972d2..f5fa12834608877334aff925c7652c9b5603eb82 100644 (file)
@@ -49,5 +49,8 @@ static const EVP_PKEY_ASN1_METHOD *standard_methods[] = {
 #ifndef OPENSSL_NO_SIPHASH
     &siphash_asn1_meth,
 #endif
+#ifndef OPENSSL_NO_EC
+    &ed25519_asn1_meth,
+#endif
 };