diff --git a/recipes/ssh/recipe.sh b/recipes/ssh/recipe.sh
index 7f9683490c2e8dcbb6cd5d79677237b6a55deef8..7cd4107404ab8033b61b949b1edebc4736913c8a 100644
--- a/recipes/ssh/recipe.sh
+++ b/recipes/ssh/recipe.sh
@@ -1,6 +1,6 @@
 VERSION=7.6p1
 TAR=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$VERSION.tar.gz
-BUILD_DEPENDS=(zlib openssl1.0 newlib)
+BUILD_DEPENDS=(zlib openssl newlib)
 
 export AR="${HOST}-ar"
 export AS="${HOST}-as"