diff options
Diffstat (limited to '.actions/build-linux-openssl3-gcc')
| -rwxr-xr-x | .actions/build-linux-openssl3-gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.actions/build-linux-openssl3-gcc b/.actions/build-linux-openssl3-gcc index 344fc12bce8c..81f53089911f 100755 --- a/.actions/build-linux-openssl3-gcc +++ b/.actions/build-linux-openssl3-gcc @@ -1,6 +1,6 @@ #!/bin/sh -eux -# Copyright (c) 2022 Yubico AB. All rights reserved. +# Copyright (c) 2022-2024 Yubico AB. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. # SPDX-License-Identifier: BSD-2-Clause @@ -8,8 +8,8 @@ ${CC} --version FAKEROOT="$(mktemp -d)" -# Build and install OpenSSL 3.0.12. -git clone --branch openssl-3.0.12 \ +# Build and install OpenSSL 3.0.14. +git clone --branch openssl-3.0.14 \ --depth=1 https://github.com/openssl/openssl cd openssl ./Configure linux-x86_64 --prefix="${FAKEROOT}" \ |
