cp is only used when DSA is built.

This commit is contained in:
Richard Levitte 2001-06-19 16:40:36 +00:00
parent 6dcd1c9109
commit b7fe2f9675

View 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