Skip to content

Commit

Permalink
Removed TODO for OpenSSL 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Jan 6, 2023
1 parent 942d988 commit 7c00409
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/openssl/ossl_pkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ pkey_from_parameters(int argc, VALUE *argv, VALUE self)
*
* Generates new parameters for the algorithm. _algo_name_ is a String that
* represents the algorithm. The optional argument _options_ is a Hash that
* specifies the options specific to the algorithm. The order of the options
* specifies the options specific to the algorithm. The orderq of the options
* can be important.
*
* A block can be passed optionally. The meaning of the arguments passed to
Expand Down Expand Up @@ -664,7 +664,6 @@ ossl_pkey_s_generate_key(int argc, VALUE *argv, VALUE self)
static VALUE
ossl_pkey_s_from_parameters(int argc, VALUE *argv, VALUE self)
{
// TODO: A version that works with OpenSSL 1.1
#if OSSL_OPENSSL_PREREQ(3, 0, 0)
return pkey_from_parameters(argc, argv, self);
#else
Expand Down

0 comments on commit 7c00409

Please sign in to comment.