diff options
-rw-r--r-- | ext/openssl/openssl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 251453cfce..c2fe346e68 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -3826,6 +3826,7 @@ static int php_openssl_is_private_key(EVP_PKEY* pkey) return 0; } } + break; #endif default: php_error_docref(NULL, E_WARNING, "key type not supported in this PHP build!"); |