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:
0bc6597
)
Fix a warning.
author
Ben Laurie
<ben@openssl.org>
Sun, 4 Feb 2001 21:01:32 +0000
(21:01 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 4 Feb 2001 21:01:32 +0000
(21:01 +0000)
crypto/asn1/tasn_new.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/tasn_new.c
b/crypto/asn1/tasn_new.c
index da0cb266e4abca777fe8c3aae528fec068890d81..b3a1c3c69d5575838902de3b82ec4a902aa612b8 100644
(file)
--- a/
crypto/asn1/tasn_new.c
+++ b/
crypto/asn1/tasn_new.c
@@
-62,6
+62,7
@@
#include <openssl/objects.h>
#include <openssl/err.h>
#include <openssl/asn1t.h>
+#include <memory.h>
static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);