diff --git a/makefile b/makefile
index cfcac3b..0c09bda 100644
--- a/makefile
+++ b/makefile
@@ -54,7 +54,7 @@
 
 # Full tools set
 
-full-build: openssl@1.1
+full-build:
 	@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
 	-sudo yum -y install autoconf automake perl
 	${BREW} install ${LANGS}
@@ -70,12 +70,6 @@
 	cd ${INSTALLDIR} && mv -v ${TOOLS}-${DATESTAMP} ${TOOLS}
 
 
-# Special cases and dependencies can go here
-
-openssl@1.1:
-	${BREW} install openssl@1.1 --without-test
-
-
 # Housekeeping
 
 push-release: