From: Ben Laurie Date: Sun, 4 Feb 2001 21:01:32 +0000 (+0000) Subject: Fix a warning. X-Git-Tag: OpenSSL_0_9_6a-beta1~48^2~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b843d3c698055972b01a7dc2eb9341f886fdc35;p=oweals%2Fopenssl.git Fix a warning. --- 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 #include #include +#include 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);