Skip to content

Commit 5952a6a

Browse files
committed
Removed TODO for OpenSSL 1.1
1 parent 524c8a4 commit 5952a6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/openssl/ossl_pkey.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ pkey_from_parameters(int argc, VALUE *argv, VALUE self)
599599
*
600600
* Generates new parameters for the algorithm. _algo_name_ is a String that
601601
* represents the algorithm. The optional argument _options_ is a Hash that
602-
* specifies the options specific to the algorithm. The order of the options
602+
* specifies the options specific to the algorithm. The orderq of the options
603603
* can be important.
604604
*
605605
* A block can be passed optionally. The meaning of the arguments passed to
@@ -664,7 +664,6 @@ ossl_pkey_s_generate_key(int argc, VALUE *argv, VALUE self)
664664
static VALUE
665665
ossl_pkey_s_from_parameters(int argc, VALUE *argv, VALUE self)
666666
{
667-
// TODO: A version that works with OpenSSL 1.1
668667
#if OSSL_OPENSSL_PREREQ(3, 0, 0)
669668
return pkey_from_parameters(argc, argv, self);
670669
#else

0 commit comments

Comments
 (0)