From: Richard Levitte Date: Tue, 19 Jun 2001 16:40:36 +0000 (+0000) Subject: cp is only used when DSA is built. X-Git-Tag: OpenSSL_0_9_6c~182^2~99 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7fe2f96759dd87ac034a3ecba86b26dd32e1123;p=oweals%2Fopenssl.git cp is only used when DSA is built. --- diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c index 9f28daf781..55630294b6 100644 --- a/crypto/asn1/x_pubkey.c +++ b/crypto/asn1/x_pubkey.c @@ -169,8 +169,8 @@ EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key) long j; int type; unsigned char *p; - const unsigned char *cp; #ifndef OPENSSL_NO_DSA + const unsigned char *cp; X509_ALGOR *a; #endif