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:
adc8858
)
fix typo
author
Bodo Möller
<bodo@openssl.org>
Tue, 22 Apr 2003 12:45:47 +0000
(12:45 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 22 Apr 2003 12:45:47 +0000
(12:45 +0000)
Submitted by: Nils Larsch
crypto/x509/x509type.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509type.c
b/crypto/x509/x509type.c
index 8e78b344581e016af982ccb168963a6a759ba1cb..11e7b516935e32b384c2a7e50dcf7fa8a5b8da37 100644
(file)
--- a/
crypto/x509/x509type.c
+++ b/
crypto/x509/x509type.c
@@
-99,7
+99,7
@@
int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
case EVP_PKEY_RSA:
ret|=EVP_PKS_RSA;
break;
- case EVP_PK
S
_DSA:
+ case EVP_PK
EY
_DSA:
ret|=EVP_PKS_DSA;
break;
default: