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)
This commit is contained in:
Michael Baentsch 2022-09-09 15:43:15 +02:00 committed by Tomas Mraz
parent 53ef02baf8
commit 0b664228a8
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8cd9487efc0860d82fe7e87174f20775688f6db1
Subproject commit 3f3d8a8cf331c73a26fe93a598273997cb54eb4f

View File

@ -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 .. \