Enc doesn't support AEAD ciphers.
[openssl.git] / crypto / evp / m_ecdsa.c
index c1fd691f5cb21890b9d23a66e87b4df986069e2f..aeb36ba2be131aa411eeb64af8fd5dfca8f835d7 100644 (file)
 #include "cryptlib.h"
 #include <openssl/evp.h>
 #include <openssl/objects.h>
-#include <openssl/x509.h>
+#include <openssl/sha.h>
 
 #ifndef OPENSSL_NO_SHA
+
 static int init(EVP_MD_CTX *ctx)
        { return SHA1_Init(ctx->md_data); }