Skip to content

Commit

Permalink
fuzz: replace pkcs11.h header with pkcs11y.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgeana committed Sep 30, 2024
1 parent ec05084 commit 034dd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs11/fuzz/fuzz_get_attribute_value.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "yubihsm_fuzz.h"

extern "C" {
#include "pkcs11.h"
#include "pkcs11y.h"
#include "yubihsm_pkcs11.h"

uint8_t *backend_data;
Expand Down

0 comments on commit 034dd74

Please sign in to comment.