From: Dr. Stephen Henson Date: Fri, 10 Sep 2004 20:27:45 +0000 (+0000) Subject: Stop warning. X-Git-Tag: OpenSSL_0_9_7e~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f349c58f732d7ff05234638f169e7bc2db81dce;p=oweals%2Fopenssl.git Stop warning. --- diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c index 69aaa82ebb..995ba36f1e 100644 --- a/crypto/x509/x509_req.c +++ b/crypto/x509/x509_req.c @@ -147,7 +147,7 @@ STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req) X509_ATTRIBUTE *attr; ASN1_TYPE *ext = NULL; int idx, *pnid; - const unsigned char *p; + unsigned char *p; if ((req == NULL) || (req->req_info == NULL) || !ext_nids) return(NULL);