upstream commit

use ${SSH} for -Q instead of installed ssh
diff --git a/regress/cipher-speed.sh b/regress/cipher-speed.sh
index ad2f9b9..575dc23 100644
--- a/regress/cipher-speed.sh
+++ b/regress/cipher-speed.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: cipher-speed.sh,v 1.12 2015/03/03 22:35:19 markus Exp $
+#	$OpenBSD: cipher-speed.sh,v 1.13 2015/03/24 20:22:17 markus Exp $
 #	Placed in the Public Domain.
 
 tid="cipher speed"
@@ -25,7 +25,7 @@
 		fi
 	done
 	# No point trying all MACs for AEAD ciphers since they are ignored.
-	if ssh -Q cipher-auth | grep "^${c}\$" >/dev/null 2>&1 ; then
+	if ${SSH} -Q cipher-auth | grep "^${c}\$" >/dev/null 2>&1 ; then
 		break
 	fi
 	n=`expr $n + 1`