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

fix typo

Submitted by: Nils Larsch
parent 0ece1d30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: