rpms/openssh/devel openssh-5.2p1-engine.patch,NONE,1.1

Jan F. Chadima jfch2222 at fedoraproject.org
Fri Jan 29 10:20:08 UTC 2010


Author: jfch2222

Update of /cvs/pkgs/rpms/openssh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19886

Added Files:
	openssh-5.2p1-engine.patch 
Log Message:
Allow to use hardware crypto if awailable

openssh-5.2p1-engine.patch:
 openssl-compat.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE openssh-5.2p1-engine.patch ---
--- openssh-5.2p1/openbsd-compat/openssl-compat.c~	2010-01-27 17:36:29.000000000 -0500
+++ openssh-5.2p1/openbsd-compat/openssl-compat.c	2010-01-28 10:52:53.000000000 -0500
@@ -58,5 +58,6 @@
 	/* Enable use of crypto hardware */
 	ENGINE_load_builtin_engines();
 	ENGINE_register_all_complete();
+	OPENSSL_config(NULL);
 }
 #endif



More information about the scm-commits mailing list