Return an error in ASN1_TYPE_unpack_sequence if argument is NULL
[openssl.git] / crypto / pkcs7 / bio_pk7.c
index fae1c564c48d385d7572507776406093d6433de2..31aef83d5f6407b9d9d1942de07f8148c4413198 100644 (file)
@@ -57,7 +57,7 @@
 #include <openssl/pkcs7.h>
 #include <openssl/bio.h>
 
-#if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
+#if !defined(OPENSSL_SYS_NETWARE) && !defined(OPENSSL_SYS_VXWORKS)
 # include <memory.h>
 #endif
 #include <stdio.h>