Typo: only return error if unrecognise bag type.
[openssl.git] / crypto / mem_sec.c
index 6760cf40fc52a0c91e2188390682ecc77741879f..196c2457ad806828c6b5fbf18db6581397a08a7b 100644 (file)
 #include <openssl/crypto.h>
 #include <e_os.h>
 
+#include <string.h>
+
 #if defined(OPENSSL_SYS_LINUX) || defined(OPENSSL_SYS_UNIX)
 # define IMPLEMENTED
 # include <stdlib.h>
-# include <string.h>
 # include <assert.h>
 # include <unistd.h>
 # include <sys/types.h>