Skip to content

Commit

Permalink
PKCS11: Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Mar 21, 2024
1 parent 9531adf commit 6d775f5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pkcs11/util_pkcs11.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "../common/platform-config.h"
#include "../common/util.h"
#include "../common/time_win.h"
#include "../common/hash.h"

#ifdef __WIN32
#include <winsock.h>
Expand Down
1 change: 0 additions & 1 deletion pkcs11/util_pkcs11.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <pkcs11y.h>

#include "yubihsm_pkcs11.h"
#include "../common/hash.h"

CK_RV set_operation_part(yubihsm_pkcs11_op_info *op_info,
yubihsm_pkcs11_part_type part);
Expand Down
1 change: 0 additions & 1 deletion pkcs11/yubihsm_pkcs11.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include "../common/insecure_memzero.h"
#include "../common/parsing.h"
#include "../common/util.h"
#include "../common/hash.h"

#ifdef __WIN32
#include <winsock.h>
Expand Down

0 comments on commit 6d775f5

Please sign in to comment.