From: Matt Caswell Date: Thu, 19 May 2022 14:49:32 +0000 (+0100) Subject: Update the oqs-provider submodule to a more recent commit X-Git-Tag: openssl-3.2.0-alpha1~2238 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac837d4d2eb542a9119bd8ed0ade7242887c531b;p=thirdparty%2Fopenssl.git Update the oqs-provider submodule to a more recent commit Also update the oqsprovider.sh file to not run the preptests.sh script which is no longer required Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/18132) --- diff --git a/oqs-provider b/oqs-provider index e422884c238..8cd9487efc0 160000 --- a/oqs-provider +++ b/oqs-provider @@ -1 +1 @@ -Subproject commit e422884c2387006f68f4c192b3dcb6be3160e7d1 +Subproject commit 8cd9487efc0860d82fe7e87174f20775688f6db1 diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh index 318567c0f76..33c63b5e469 100755 --- a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh +++ b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh @@ -61,10 +61,6 @@ if [ ! -d $SRCTOP/oqs-provider/oqs ]; then ) fi -if [ ! -f $SRCTOP/oqs-provider/test/ssltestlib.c ]; then - ( cd $SRCTOP/oqs-provider && OPENSSL_BLDTOP=$BLDTOP ./scripts/preptests.sh ) -fi - echo " CWD: $PWD" cmake $SRCTOP/oqs-provider -DCMAKE_INCLUDE_PATH=$SRCTOP/oqs-provider/oqs -DCMAKE_PREFIX_PATH=$SRCTOP/oqs-provider/oqs -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -DOPENSSL_BLDTOP=$BLDTOP -B _build && cmake --build _build export CTEST_OUTPUT_ON_FAILURE=1