Skip to content

Commit

Permalink
Merge pull request #657 from ibmruntimes/openj9
Browse files Browse the repository at this point in the history
Merge Allow any text without whitespace for the openssl version to 0.38
  • Loading branch information
JasonFengJ9 committed Apr 7, 2023
2 parents bb6c498 + 5173edd commit d11d587
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 d11d587

Please sign in to comment.