diff options
author | 2014-04-18 02:56:48 +0000 | |
---|---|---|
committer | 2014-04-18 02:56:48 +0000 | |
commit | 567206c133687a17da42aef3fb0b0e19dc053992 (patch) | |
tree | 5d79f91b54c501fa26248ad00d402fcdca61e39f /lib/libssl/src | |
parent | undef NETWARE_CLIB and NETWARE_LIBC (diff) | |
download | wireguard-openbsd-567206c133687a17da42aef3fb0b0e19dc053992.tar.xz wireguard-openbsd-567206c133687a17da42aef3fb0b0e19dc053992.zip |
-netware
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/pkcs7/bio_pk7.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libssl/src/crypto/pkcs7/bio_pk7.c b/lib/libssl/src/crypto/pkcs7/bio_pk7.c index 0fd31e730ff..2b04a361acf 100644 --- a/lib/libssl/src/crypto/pkcs7/bio_pk7.c +++ b/lib/libssl/src/crypto/pkcs7/bio_pk7.c @@ -56,14 +56,10 @@ #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)); - } +} |