-netware
authortedu <tedu@openbsd.org>
Fri, 18 Apr 2014 02:56:48 +0000 (02:56 +0000)
committertedu <tedu@openbsd.org>
Fri, 18 Apr 2014 02:56:48 +0000 (02:56 +0000)
lib/libcrypto/pkcs7/bio_pk7.c
lib/libssl/src/crypto/pkcs7/bio_pk7.c

index 0fd31e7..2b04a36 100644 (file)
 #include <openssl/pkcs7.h>
 #include <openssl/bio.h>
 
-#if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
-#include <memory.h>
-#endif
 #include <stdio.h>
 
 /* Streaming encode support for PKCS#7 */
-
 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) 
-       {
+{
        return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7));
-       }
+}
index 0fd31e7..2b04a36 100644 (file)
 #include <openssl/pkcs7.h>
 #include <openssl/bio.h>
 
-#if !defined(OPENSSL_SYSNAME_NETWARE) && !defined(OPENSSL_SYSNAME_VXWORKS)
-#include <memory.h>
-#endif
 #include <stdio.h>
 
 /* Streaming encode support for PKCS#7 */
-
 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) 
-       {
+{
        return BIO_new_NDEF(out, (ASN1_VALUE *)p7, ASN1_ITEM_rptr(PKCS7));
-       }
+}