$OpenBSD: patch-lib_emuhash_functions_php,v 1.1 2013/11/11 18:17:27 robert Exp $
--- lib/emuhash_functions.php.orig	Mon Nov 11 19:14:29 2013
+++ lib/emuhash_functions.php	Mon Nov 11 19:14:31 2013
@@ -30,7 +30,7 @@ if (! function_exists('mhash') && ! function_exists('m
 	$emuhash_emu = array();
 
 	if (! isset($emuhash_emu['openssl']))
-		$emuhash_emu['openssl'] = '/usr/bin/openssl';
+		$emuhash_emu['openssl'] = '/usr/sbin/openssl';
 
 	# Don't create mhash functions if we don't have a working openssl
 	if (! file_exists($emuhash_emu['openssl']))
