View | Details | Raw Unified | Return to bug 1707
Collapse All | Expand All

(-)openssh-5.2p1/openbsd-compat/openssl-compat.c~ (+1 lines)
Lines 58-62 Link Here
58
	/* Enable use of crypto hardware */
58
	/* Enable use of crypto hardware */
59
	ENGINE_load_builtin_engines();
59
	ENGINE_load_builtin_engines();
60
	ENGINE_register_all_complete();
60
	ENGINE_register_all_complete();
61
	OPENSSL_config(NULL);
61
}
62
}
62
#endif
63
#endif

Return to bug 1707