Fix warnings: C++ comments and computed value not used.
[oweals/openssl.git] / crypto / evp / e_seed.c
index 2d1759d276653a759dcafd58ccf57ba05721f51b..8c1ec0d43a60d7953966be1f4965154d6765c6ca 100644 (file)
  */
 
 #include <openssl/opensslconf.h>
-#ifndef OPENSSL_NO_SEED
 #include <openssl/evp.h>
 #include <openssl/err.h>
 #include <string.h>
 #include <assert.h>
+#ifndef OPENSSL_NO_SEED
 #include <openssl/seed.h>
 #include "evp_locl.h"