projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dcd1c9
)
cp is only used when DSA is built.
author
Richard Levitte
<levitte@openssl.org>
Tue, 19 Jun 2001 16:40:36 +0000
(16:40 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 19 Jun 2001 16:40:36 +0000
(16:40 +0000)
crypto/asn1/x_pubkey.c
patch
|
blob
|
history
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;
- const unsigned char *cp;
#ifndef OPENSSL_NO_DSA
+ const unsigned char *cp;
X509_ALGOR *a;
#endif