mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
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:
parent
53ef02baf8
commit
0b664228a8
@ -1 +1 @@
|
||||
Subproject commit 8cd9487efc0860d82fe7e87174f20775688f6db1
|
||||
Subproject commit 3f3d8a8cf331c73a26fe93a598273997cb54eb4f
|
@ -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 .. \
|
||||
|
Loading…
Reference in New Issue
Block a user