From 95dc05bc6d0dfe0f3f3681f5e27afbc3f7a35eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 20 Apr 1999 22:50:42 +0000 Subject: Fix lots of warnings. Submitted by: Richard Levitte --- crypto/x509v3/v3_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509v3/v3_conf.c') diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c index d2485827da..8e42bd8ac8 100644 --- a/crypto/x509v3/v3_conf.c +++ b/crypto/x509v3/v3_conf.c @@ -125,7 +125,7 @@ static X509_EXTENSION *do_ext_conf(LHASH *conf, X509V3_CTX *ctx, int ext_nid, X509V3_EXT_METHOD *method; STACK *nval; char *ext_struc; - char *ext_der, *p; + unsigned char *ext_der, *p; int ext_len; ASN1_OCTET_STRING *ext_oct; if(ext_nid == NID_undef) { -- cgit v1.2.3