Skip to content

Commit

Permalink
fixing liboqs reference to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Dec 23, 2023
1 parent b32dfe2 commit 9f60a74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
set-safe-directory: true
repository: open-quantum-safe/liboqs
ref: main
ref: 0.9.1
path: liboqs
- name: Retrieve OpenSSL32 from cache
id: cache-openssl32
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
set-safe-directory: true
repository: open-quantum-safe/liboqs
ref: main
ref: 0.9.1
path: liboqs
- name: Install cygwin
uses: cygwin/cygwin-install-action@master
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ else()
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
endif()
project(oqs-provider LANGUAGES C)
set(OQSPROVIDER_VERSION_TEXT "0.5.2")
set(OQSPROVIDER_VERSION_TEXT "0.5.3")
set(CMAKE_C_STANDARD 11)
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down
2 changes: 1 addition & 1 deletion scripts/fullbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ $# -gt 0 ]; then
fi

if [ -z "$LIBOQS_BRANCH" ]; then
export LIBOQS_BRANCH=main
export LIBOQS_BRANCH=0.9.1
fi

if [ -z "$OQS_ALGS_ENABLED" ]; then
Expand Down

0 comments on commit 9f60a74

Please sign in to comment.