Skip to content

Commit

Permalink
Merge pull request #656 from pshipton/opensslver
Browse files Browse the repository at this point in the history
Allow any text without whitespace for the openssl version
  • Loading branch information
keithc-ca authored Apr 6, 2023
2 parents dd50bfd + 0210ab7 commit 5173edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closed/get_openssl_source.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# ===========================================================================
# (c) Copyright IBM Corp. 2018, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2018, 2023 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -72,7 +72,7 @@ case "$OPENSSL_VERSION" in
OPENSSL_SOURCE_TAG="openssl-$OPENSSL_VERSION"
;;
*)
usage
OPENSSL_SOURCE_TAG=$OPENSSL_VERSION
;;
esac

Expand Down

0 comments on commit 5173edd

Please sign in to comment.