Make sure we get the definition of OPENSSL_NO_ECDSA.
[openssl.git] / crypto / ecdsa / ecdsatest.c
index 402e988f46cab332ec99606b5625014e07c141e8..7beae6f739d119b32033c907f86e3822bb7b1e06 100644 (file)
@@ -79,6 +79,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <openssl/opensslconf.h> /* To see if OPENSSL_NO_ECDSA is defined */
+
 #ifdef OPENSSL_NO_ECDSA
 int main(int argc, char * argv[])
        {