Skip to content

Commit 52d042f

Browse files
committed
Fixes for CI tests
1 parent 526b46c commit 52d042f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/async.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Test wolfSSL async
3535
run: |
36+
./autogen.sh
3637
./configure ${{ matrix.config }}
3738
make check
3839

wolfcrypt/src/port/intel/quickassist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ int IntelQaHardwareStart(const char* process_name, int limitDevAccess)
348348

349349
#ifdef QAT_DEBUG
350350
/* optionally enable debugging */
351-
//osalLogLevelSet(8);
351+
/* osalLogLevelSet(8); */
352352
#endif
353353

354354
status = cpaCyGetNumInstances(&g_numInstances);

wolfssl/wolfcrypt/async.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
struct WC_ASYNC_DEV;
4040

4141

42-
/* Asyncronous crypto using software */
42+
/* Asynchronous crypto using software */
4343
#ifdef WOLFSSL_ASYNC_CRYPT_SW
4444
enum WC_ASYNC_SW_TYPE {
4545
ASYNC_SW_NONE = 0,

0 commit comments

Comments
 (0)