aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-05-19 15:49:32 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-11 10:04:11 +0100
commit5929d5287a363df5cf6556e390b19acdf63b49de (patch)
tree195ad17073438c62f7277cab69f721d3cf88b69a /test
parent9a937ef47316eb39586ef3b721116c56263da08b (diff)
downloadopenssl-5929d5287a363df5cf6556e390b19acdf63b49de.zip
openssl-5929d5287a363df5cf6556e390b19acdf63b49de.tar.gz
openssl-5929d5287a363df5cf6556e390b19acdf63b49de.tar.bz2
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 <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132) (cherry picked from commit ac837d4d2eb542a9119bd8ed0ade7242887c531b)
Diffstat (limited to 'test')
-rwxr-xr-xtest/recipes/95-test_external_oqsprovider_data/oqsprovider.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
index 318567c..33c63b5 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