Commit 62690c6a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

remove ecdsa.h header references.

parent f8d7d2d6
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -76,9 +76,6 @@
#ifndef OPENSSL_NO_DSA
#ifndef OPENSSL_NO_DSA
# include <openssl/dsa.h>
# include <openssl/dsa.h>
#endif
#endif
#ifndef OPENSSL_NO_EC
# include <openssl/ecdsa.h>
#endif
#include <openssl/evp.h>
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/objects.h>
#include <openssl/pem2.h>
#include <openssl/pem2.h>
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@
#include "gost_lcl.h"
#include "gost_lcl.h"
#include <string.h>
#include <string.h>
#include <openssl/rand.h>
#include <openssl/rand.h>
#include <openssl/ecdsa.h>
#include <openssl/ec.h>
#include <openssl/err.h>
#include <openssl/err.h>
#include "e_gost_err.h"
#include "e_gost_err.h"
#ifdef DEBUG_SIGN
#ifdef DEBUG_SIGN