Move header file inclusion to prevent irritation of users forgetting to
authorLutz Jänicke <jaenicke@openssl.org>
Wed, 28 May 2003 19:56:46 +0000 (19:56 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Wed, 28 May 2003 19:56:46 +0000 (19:56 +0000)
call "make depend" after enabling or disabling ciphers...
Submitted by: Tal Mozes <talm@cyber-ark.com>

PR: #628

crypto/md2/md2test.c

index 901d0a7d8ea6130df702911aa1288f155153c7e1..9c1e28b6ce808cba0f7ade6f82c104786fb9d6d3 100644 (file)
@@ -59,7 +59,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <openssl/md2.h>
 
 #include "../e_os.h"
 
@@ -71,6 +70,7 @@ int main(int argc, char *argv[])
 }
 #else
 #include <openssl/evp.h>
+#include <openssl/md2.h>
 
 #ifdef CHARSET_EBCDIC
 #include <openssl/ebcdic.h>