Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:34:08 +0000 (23:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:34:08 +0000 (23:34 +0000)
crypto/evp/p5_crpt2.c

index 1f94e1ef88b26ed56da7c3e42d115c3d29a4d862..b161d7664afc0fbf7345a772afe0e2d7dec23819 100644 (file)
  * Hudson (tjh@cryptsoft.com).
  *
  */
  * Hudson (tjh@cryptsoft.com).
  *
  */
-#if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA)
 #include <stdio.h>
 #include <stdlib.h>
 #include "cryptlib.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include "cryptlib.h"
+#if !defined(OPENSSL_NO_HMAC) && !defined(OPENSSL_NO_SHA)
 #include <openssl/x509.h>
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 #include <openssl/x509.h>
 #include <openssl/evp.h>
 #include <openssl/hmac.h>