Skip to content

Commit 0f07b87

Browse files
committed
code optimize
1 parent d9f6030 commit 0f07b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@ static EVP_PKEY *php_openssl_pkey_init_ec(zval *data, bool *is_private) {
45704570
}
45714571
EVP_PKEY_CTX_free(ctx);
45724572
ctx = EVP_PKEY_CTX_new(param_key, NULL);
4573-
}
4573+
}
45744574

45754575
if (EVP_PKEY_check(ctx) || EVP_PKEY_public_check_quick(ctx)) {
45764576
*is_private = d != NULL;

0 commit comments

Comments
 (0)