remove ecdsa.h header references.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
f8d7d2d6df
commit
62690c6acf
@ -76,9 +76,6 @@
|
||||
#ifndef OPENSSL_NO_DSA
|
||||
# include <openssl/dsa.h>
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_EC
|
||||
# include <openssl/ecdsa.h>
|
||||
#endif
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/objects.h>
|
||||
#include <openssl/pem2.h>
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "gost_lcl.h"
|
||||
#include <string.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/ecdsa.h>
|
||||
#include <openssl/ec.h>
|
||||
#include <openssl/err.h>
|
||||
#include "e_gost_err.h"
|
||||
#ifdef DEBUG_SIGN
|
||||
|
Loading…
Reference in New Issue
Block a user