$ brew uses --installed openssl
cairo
gnupg
libcroco
wget
brew deps <formula>
output includes openssl@1.1
for each of the above 4 formulae.
brew deps --installed <formula>
output includes openssl
instead of openssl@1.1
for each of the above 4 formulae.
How can I make the above 4 formulae use openssl@1.1
on my macOS 10.15.1 machine?
Should I just uninstall openssl
& all 4 formulae, then reinstall the 4 formulae?