cp is only used when DSA is built.
authorRichard Levitte <levitte@openssl.org>
Tue, 19 Jun 2001 16:40:36 +0000 (16:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Jun 2001 16:40:36 +0000 (16:40 +0000)
crypto/asn1/x_pubkey.c

index 9f28daf781a458b514c6562ec20dc906c27fe8aa..55630294b65bac218e8082a02fb691ddd2627dcb 100644 (file)
@@ -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