https://bugzilla.mindrot.org/show_bug.cgi?id=1882
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2041| |ok?([email protected]) Flags| | --- Comment #6 from Darren Tucker <[email protected]> 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
