Make sure we get the definition of OPENSSL_NO_DSA and OPENSSL_NO_SHA.
[openssl.git] / crypto / dsa / dsa_key.c
index 48ff1f423cf09300cd62065579dcff237a5244df..8427b77970dafa066bdc5ee810380013423fb54a 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#ifndef OPENSSL_NO_SHA
 #include <stdio.h>
 #include <time.h>
 #include "cryptlib.h"
+#ifndef OPENSSL_NO_SHA
 #include <openssl/bn.h>
 #include <openssl/dsa.h>
 #include <openssl/rand.h>