projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2c358c
)
no need to include memory.h
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 30 Apr 2011 23:38:05 +0000
(23:38 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 30 Apr 2011 23:38:05 +0000
(23:38 +0000)
crypto/asn1/bio_ndef.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/bio_ndef.c
b/crypto/asn1/bio_ndef.c
index 370389b1e6e728b5635df41add3a22db6319d8e2..b91f97a1b139cae276cedfe199bede8aac7a2f41 100644
(file)
--- a/
crypto/asn1/bio_ndef.c
+++ b/
crypto/asn1/bio_ndef.c
@@
-57,9
+57,6
@@
#include <openssl/bio.h>
#include <openssl/err.h>
-#ifndef OPENSSL_SYSNAME_NETWARE
-#include <memory.h>
-#endif
#include <stdio.h>
/* Experimental NDEF ASN1 BIO support routines */