File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/recipes/95-test_external_oqsprovider_data Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
#
3
- # Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
3
+ # Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
4
4
#
5
5
# Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
# this file except in compliance with the License. You can obtain a copy
@@ -46,13 +46,13 @@ echo " OpenSSL version: $OPENSSL_VERSION"
46
46
echo " ------------------------------------------------------------------"
47
47
48
48
if [ ! -d $SRCTOP /oqs-provider/.local ]; then
49
- # this version of oqsprovider dependent on v0.8 .0 of liboqs, so set this;
49
+ # this version of oqsprovider dependent on v0.10 .0 of liboqs, so set this;
50
50
# also be sure to use this openssl for liboqs-internal OpenSSL use;
51
51
# see all libops config options listed at
52
52
# https://github.com/open-quantum-safe/liboqs/wiki/Customizing-liboqs
53
53
(
54
54
cd $SRCTOP /oqs-provider \
55
- && git clone --depth 1 --branch 0.8 .0 https://github.com/open-quantum-safe/liboqs.git \
55
+ && git clone --depth 1 --branch 0.10 .0 https://github.com/open-quantum-safe/liboqs.git \
56
56
&& cd liboqs \
57
57
&& mkdir build \
58
58
&& cd build \
You can’t perform that action at this time.
0 commit comments