Skip to content

Commit

Permalink
OSSLalpha15 (#18)
Browse files Browse the repository at this point in the history
* follow upstream to alpha15

* CCI updates
  • Loading branch information
baentsch authored Apr 13, 2021
1 parent 075c60c commit 8c8d5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ localCheckout: &localCheckout
cp -a /tmp/_circleci_local_build_repo/.git ${PROJECT_PATH}
jobs:
ubuntu_focal:
description: A template for running OQS-OpenSSL tests on x64 Ubuntu Bionic Docker VMs
description: A template for running OQS-OpenSSL tests on x64 Ubuntu Docker VMs
docker:
- image: openquantumsafe/ci-ubuntu-focal-x86_64:latest
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
command: |
git clone --depth 1 --branch main https://github.com/open-quantum-safe/liboqs.git &&
cd liboqs && mkdir _build && cd _build &&
cmake -GNinja -DCMAKE_INSTALL_PREFIX=$(pwd)/../../.local -DOQS_ENABLE_KEM_classic_mceliece_348864_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_348864f_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_460896f_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_6688128f_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_6960119f_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_8192128_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_8192128f_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_460896_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_6688128_avx=OFF -DOQS_ENABLE_KEM_classic_mceliece_6960119_avx=OFF .. && ninja install &&
cmake -GNinja -DCMAKE_INSTALL_PREFIX=$(pwd)/../../.local .. && ninja install &&
cd ..
- run:
name: Clone and build OpenSSL(3)
Expand Down
2 changes: 1 addition & 1 deletion oqsprov/oqs_kmgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int oqsx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb,
goto err;

ret = param_cb(params, cbarg);
OSSL_PARAM_BLD_free_params(params);
OSSL_PARAM_free(params);
err:
OSSL_PARAM_BLD_free(tmpl);
return ret;
Expand Down

0 comments on commit 8c8d5eb

Please sign in to comment.