Skip to content

Commit

Permalink
exit test on bad config
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch committed Oct 15, 2024
1 parent 00eae2f commit f29841e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/oqsprovider-pkcs12gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ if [ -z "$OPENSSL_MODULES" ]; then
fi

if [ -z "$OPENSSL_CONF" ]; then
echo "Warning: OPENSSL_CONF env var not set."
echo "OPENSSL_CONF env var not set. Exiting."
exit 1
fi

# Set OSX DYLD_LIBRARY_PATH if not already externally set
Expand Down

0 comments on commit f29841e

Please sign in to comment.