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

fix typo

Submitted by: Nils Larsch
parent adc88583
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: