summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/bio_pk7.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-10-15 00:04:14 +0200
committerDr. Stephen Henson <steve@openssl.org>2011-10-15 00:04:14 +0200
commitffbfbef94353d297cf6acd9081bb1f13dd8266e1 (patch)
tree9dd5752e485b0f1365d5008e240fd7e7fffe3574 /crypto/pkcs7/bio_pk7.c
parentAllow override of GCCVER and noexecstack checking from environment. (diff)
downloadopenssl-ffbfbef94353d297cf6acd9081bb1f13dd8266e1.tar.xz
openssl-ffbfbef94353d297cf6acd9081bb1f13dd8266e1.zip
more vxworks patches
Diffstat (limited to 'crypto/pkcs7/bio_pk7.c')
-rw-r--r--crypto/pkcs7/bio_pk7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c
index c8d06d6cdc..0fd31e730f 100644
--- a/crypto/pkcs7/bio_pk7.c
+++ b/crypto/pkcs7/bio_pk7.c
@@ -56,7 +56,7 @@
#include <openssl/pkcs7.h>
#include <openssl/bio.h>
-#ifndef OPENSSL_SYSNAME_NETWARE
+#if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
#include <memory.h>
#endif
#include <stdio.h>