Skip to content

Commit 13ecb5d

Browse files
authored
Merge branch 'main' into UpdateSTFLPipeline
Signed-off-by: Guiliano Lehmann <[email protected]>
2 parents 95d5854 + 9ab93b6 commit 13ecb5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python_detailed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
BUILD_TYPE: Debug
1616
LD_LIBRARY_PATH: /usr/local/lib
1717
WIN_LIBOQS_INSTALL_PATH: C:\liboqs
18-
VERSION: 0.15.0
18+
VERSION: 0.14.0
1919
PYOQS_ENABLE_FAULTHANDLER: "1"
2020
KEY_GEN_VERSION: 0
2121
KEY_DIR: data/xmss_xmssmt_keys

oqs/oqs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
else:
6262
logger.info("liboqs-python faulthandler is disabled")
6363

64+
6465
# Expected return value from native OQS functions
6566
OQS_SUCCESS: Final[int] = 0
6667
OQS_ERROR: Final[int] = -1

0 commit comments

Comments
 (0)