summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-02-04 22:01:32 +0100
committerBen Laurie <ben@openssl.org>2001-02-04 22:01:32 +0100
commit1b843d3c698055972b01a7dc2eb9341f886fdc35 (patch)
tree799b63df59831bf64500f91a39141ec74648639a /crypto/asn1
parentDocumenting session caching, 2nd step. (diff)
downloadopenssl-1b843d3c698055972b01a7dc2eb9341f886fdc35.tar.xz
openssl-1b843d3c698055972b01a7dc2eb9341f886fdc35.zip
Fix a warning.
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/tasn_new.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c
index da0cb266e4..b3a1c3c69d 100644
--- 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);