Android build: fix usage of NDK home variable ($ndk_var)
[openssl.git] / crypto / ec / ecdsa_sign.c
index 84a56a36d2f11d8a4574ca3d79ab2807c039e60a..aee06e991bada0356ffcde106886e05abaf99280 100644 (file)
@@ -9,8 +9,6 @@
 
 #include <openssl/ec.h>
 #include "ec_lcl.h"
-#include <openssl/engine.h>
-#include <openssl/rand.h>
 #include <openssl/err.h>
 
 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)