Add ECDSA to providers
[openssl.git] / include / crypto / ec.h
index 91540fd85676c43b0fca9485db41fa73e0ab286d..00b1b25aff296adcb27845c51b792ea76d56cb56 100644 (file)
@@ -14,7 +14,6 @@
 # include <openssl/opensslconf.h>
 
 # ifndef OPENSSL_NO_EC
-
 #  include <openssl/ec.h>
 
 /*-
@@ -56,5 +55,6 @@ int ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx);
 OPENSSL_CTX *ec_key_get_libctx(const EC_KEY *eckey);
 const char *ec_curve_nid2name(int nid);
 int ec_curve_name2nid(const char *name);
+const unsigned char *ecdsa_algorithmidentifier_encoding(int md_nid, size_t *len);
 # endif /* OPENSSL_NO_EC */
 #endif