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:
1cc087f
)
fix typo
author
Bodo Möller
<bodo@openssl.org>
Tue, 22 Apr 2003 08:29:21 +0000
(08:29 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 22 Apr 2003 08:29:21 +0000
(08:29 +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 8eaf102480ca058ce6413eac6ed71be1fb999e56..4af98214a8ec57e16074e715986d87565395708e 100644
(file)
--- a/
crypto/x509/x509type.c
+++ b/
crypto/x509/x509type.c
@@
-102,10
+102,10
@@
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;
- case EVP_PK
S
_EC:
+ case EVP_PK
EY
_EC:
ret|=EVP_PKS_EC;
break;
default: