Skip to content

Commit f17a0af

Browse files
rheniummatzbot
authored andcommitted
[ruby/openssl] pkey: remove unnecessary prototype from ossl_pkey.h
ossl_ec_new() was removed in commit ruby/openssl@94aeab2f265d (pkey: simplify ossl_pkey_new(), 2017-03-16), but it forgot to remove the declaration while doing so. ruby/openssl@faad7a0811
1 parent de1d14c commit f17a0af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ext/openssl/ossl_pkey.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ void Init_ossl_dh(void);
7171
* EC
7272
*/
7373
extern VALUE cEC;
74-
VALUE ossl_ec_new(EVP_PKEY *);
7574
void Init_ossl_ec(void);
7675

7776
#define OSSL_PKEY_BN_DEF_GETTER0(_keytype, _type, _name, _get) \

0 commit comments

Comments
 (0)