https://bugzilla.mindrot.org/show_bug.cgi?id=2388

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2634|ok?([email protected])     |ok+
              Flags|                            |

--- Comment #9 from Darren Tucker <[email protected]> ---
Comment on attachment 2634
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2634
chop out moduli code and options when compiled !openssl

>+              case 'T':
>+                      do_screen_candidates = 1;
>+                      if (strlcpy(out_file, optarg, sizeof(out_file)) >=
>+                          sizeof(out_file))
>+                              fatal("Output filename too long");
>+                      break;
>               case 'S':
>                       /* XXX - also compare length against bits */
>                       if (BN_hex2bn(&start, optarg) == 0)
>                               fatal("Invalid start point.");
>                       break;

if this is supposed to be in alphabetical order then 'T' goes after
'S'.

otherwise, ok.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to