Skip to content

Commit 7b1829f

Browse files
baentscht8m
authored andcommitted
updated to oqs-provider 0.6.0
Reviewed-by: Dmitry Belyavskiy <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> (Merged from openssl#24261)
1 parent f4fcc21 commit 7b1829f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

oqs-provider

Submodule oqs-provider updated 107 files

test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
3+
# Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
44
#
55
# Licensed under the Apache License 2.0 (the "License"). You may not use
66
# this file except in compliance with the License. You can obtain a copy
@@ -46,13 +46,13 @@ echo " OpenSSL version: $OPENSSL_VERSION"
4646
echo "------------------------------------------------------------------"
4747

4848
if [ ! -d $SRCTOP/oqs-provider/.local ]; then
49-
# this version of oqsprovider dependent on v0.8.0 of liboqs, so set this;
49+
# this version of oqsprovider dependent on v0.10.0 of liboqs, so set this;
5050
# also be sure to use this openssl for liboqs-internal OpenSSL use;
5151
# see all libops config options listed at
5252
# https://github.com/open-quantum-safe/liboqs/wiki/Customizing-liboqs
5353
(
5454
cd $SRCTOP/oqs-provider \
55-
&& git clone --depth 1 --branch 0.8.0 https://github.com/open-quantum-safe/liboqs.git \
55+
&& git clone --depth 1 --branch 0.10.0 https://github.com/open-quantum-safe/liboqs.git \
5656
&& cd liboqs \
5757
&& mkdir build \
5858
&& cd build \

0 commit comments

Comments
 (0)