We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10af370 + 88b7af8 commit a719c46Copy full SHA for a719c46
1 file changed
testssl.sh
@@ -20946,7 +20946,12 @@ find_openssl_binary() {
20946
initialize_engine
20947
20948
openssl_location="$(type -p $OPENSSL)"
20949
-
+
20950
+ # kludge for e.g. MacOS and brew
20951
+ if [[ $OPENSSL == $OPENSSL2 ]]; then
20952
+ OPENSSL2=$(type -a openssl | grep -v /usr/bin/openssl | awk '{ print $NF }')
20953
+ fi
20954
20955
[[ -n "$GIT_REL" ]] && \
20956
cwd="$PWD" || \
20957
cwd="$RUN_DIR"
0 commit comments