Skip to content

Commit

Permalink
Merge pull request #199 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 authored Apr 7, 2023
2 parents 2be39ca + b60da71 commit acb3b6c
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 acb3b6c

Please sign in to comment.