fix typo
authorBodo Möller <bodo@openssl.org>
Tue, 22 Apr 2003 12:45:47 +0000 (12:45 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 22 Apr 2003 12:45:47 +0000 (12:45 +0000)
Submitted by: Nils Larsch

crypto/x509/x509type.c

index 8e78b344581e016af982ccb168963a6a759ba1cb..11e7b516935e32b384c2a7e50dcf7fa8a5b8da37 100644 (file)
@@ -99,7 +99,7 @@ int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
        case EVP_PKEY_RSA:
                ret|=EVP_PKS_RSA;
                break;
-       case EVP_PKS_DSA:
+       case EVP_PKEY_DSA:
                ret|=EVP_PKS_DSA;
                break;
        default: