Commit eec7968f authored by Bodo Möller's avatar Bodo Möller
Browse files

fix typo

Submitted by: Nils Larsch
parent 1cc087fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -102,10 +102,10 @@ 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;
	case EVP_PKS_EC:
	case EVP_PKEY_EC:
		ret|=EVP_PKS_EC;
		break;
	default: