projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cp is only used when DSA is built.
[openssl.git]
/
crypto
/
asn1
/
x_pubkey.c
diff --git
a/crypto/asn1/x_pubkey.c
b/crypto/asn1/x_pubkey.c
index 9f28daf781a458b514c6562ec20dc906c27fe8aa..55630294b65bac218e8082a02fb691ddd2627dcb 100644
(file)
--- 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;
long j;
int type;
unsigned char *p;
- const unsigned char *cp;
#ifndef OPENSSL_NO_DSA
#ifndef OPENSSL_NO_DSA
+ const unsigned char *cp;
X509_ALGOR *a;
#endif
X509_ALGOR *a;
#endif