Skip to content

Commit

Permalink
Merge pull request #90 from pshipton/opensslver0.37
Browse files Browse the repository at this point in the history
(0.37) Allow any text without whitespace for the openssl version
  • Loading branch information
JasonFengJ9 authored Apr 7, 2023
2 parents d9897f7 + 9a66b33 commit f3c7acc
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 f3c7acc

Please sign in to comment.