summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-05-19 16:49:32 +0200
committerMatt Caswell <matt@openssl.org>2022-08-18 17:38:12 +0200
commitac837d4d2eb542a9119bd8ed0ade7242887c531b (patch)
tree08acbc041cc4c8628c5950b6cf20e08ed3e046ba
parentDisallow SSL2_VERSION record version in an SSLv3 record header (diff)
downloadopenssl-ac837d4d2eb542a9119bd8ed0ade7242887c531b.tar.xz
openssl-ac837d4d2eb542a9119bd8ed0ade7242887c531b.zip
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)
m---------oqs-provider0
-rwxr-xr-xtest/recipes/95-test_external_oqsprovider_data/oqsprovider.sh4
2 files changed, 0 insertions, 4 deletions
diff --git a/oqs-provider b/oqs-provider
-Subproject e422884c2387006f68f4c192b3dcb6be3160e7d
+Subproject 8cd9487efc0860d82fe7e87174f20775688f6db
diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
index 318567c0f7..33c63b5e46 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