[Bug 2388] build fixups for --without-openssl

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu May 28 15:19:25 AEST 2015


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

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2634|ok?(dtucker at zip.com.au)     |ok+
              Flags|                            |

--- Comment #9 from Darren Tucker <dtucker at zip.com.au> ---
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.


More information about the openssh-bugs mailing list