Skip to content

Commit 6fb3499

Browse files
committed
pkey/ec: constify
1 parent be3dc24 commit 6fb3499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/ossl_pkey_ec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ static VALUE ossl_ec_key_check_key(VALUE self)
483483
#ifdef HAVE_EVP_PKEY_CHECK
484484
EVP_PKEY *pkey;
485485
EVP_PKEY_CTX *pctx;
486-
EC_KEY *ec;
486+
const EC_KEY *ec;
487487

488488
GetPKey(self, pkey);
489489
GetEC(self, ec);

0 commit comments

Comments
 (0)