[Bug 1882] Since 5.7p1 OpenSSH doesn't take advantage of OpenSSL hardware engine
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri May 6 12:12:49 EST 2011
https://bugzilla.mindrot.org/show_bug.cgi?id=1882
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2041| |ok?(djm at mindrot.org)
Flags| |
--- Comment #6 from Darren Tucker <dtucker at zip.com.au> 2011-05-06 12:12:49 EST ---
Created attachment 2041
--> https://bugzilla.mindrot.org/attachment.cgi?id=2041
switch from SSLeay_add_all_algorithms to OpenSSL_add_all_algoritms for
compat hook
ah, I think I see what happened. We changed from the old
(undocumented) SSLeay_add_all_algorithms() function the new
(documented) OpenSSL_add_all_algorithms() function, and in doing so we
no longer called the hook in the compat library we use to enable this.
Please try the attached patch.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list