Skip to content

Commit 5d38718

Browse files
authored
Merge pull request #167 from miyazakh/f-303
f-303: fix typo in `#ifndef` macro
2 parents 5fc3780 + dd8a1bd commit 5d38718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfpkcs11/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ C_EXTRA_FLAGS="-DWOLFSSL_PUBLIC_MP -DWC_RSA_DIRECT"
259259
#ifndef WP11_HASH_PIN_COST
260260
#define WP11_HASH_PIN_COST 10
261261
#endif
262-
#ifndef WCK_HASH_PIN_BLOCKSIZE
262+
#ifndef WP11_HASH_PIN_BLOCKSIZE
263263
#define WP11_HASH_PIN_BLOCKSIZE 8
264264
#endif
265265
#ifndef WP11_HASH_PIN_PARALLEL

0 commit comments

Comments
 (0)