summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>2022-09-09 15:43:15 +0200
committerTomas Mraz <tomas@openssl.org>2022-11-11 10:04:11 +0100
commitafb67ad1e1bbf90b26c52ace7b17276394ab0c50 (patch)
treec35b4a3269900403aa81583751ff7dbcb6863c8e /test
parent5929d5287a363df5cf6556e390b19acdf63b49de (diff)
update oqsprovider/liboqs to v0.7.2
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19184) (cherry picked from commit 0b664228a8b217751a225e383a47936fab5c1d64)
Diffstat (limited to 'test')
-rwxr-xr-xtest/recipes/95-test_external_oqsprovider_data/oqsprovider.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
index 33c63b5e46..23c1cb5f14 100755
--- a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
+++ b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
@@ -50,9 +50,8 @@ if [ ! -d $SRCTOP/oqs-provider/oqs ]; then
# https://github.com/open-quantum-safe/liboqs/wiki/Customizing-liboqs
(
cd $SRCTOP/oqs-provider \
- && git clone --shallow-since=2022-07-01 --branch main https://github.com/open-quantum-safe/liboqs.git \
+ && git clone --depth 1 --branch 0.7.2 https://github.com/open-quantum-safe/liboqs.git \
&& cd liboqs \
- && git checkout 2c687b122084902ab287bb4a5497872e06cf2bf4 \
&& mkdir build \
&& cd build \
&& cmake -DOQS_ENABLE_SIG_RAINBOW=OFF -DCMAKE_INSTALL_PREFIX=$SRCTOP/oqs-provider/oqs .. \