Skip to content

Commit

Permalink
dist: Fix typo in CRYPTO_AUDITING_BLOB_DATA definition in audit.h
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Dec 31, 2023
1 parent 10ef389 commit 7e1494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* NUL-terminated string, while the value is explicitly sized with
* VALUE_SIZE
*/
# define CRYPTO_AUDITING_BLOB_DATA(key_ptr, context, value_ptr, value_size) \
# define CRYPTO_AUDITING_BLOB_DATA(context, key_ptr, value_ptr, value_size) \
DTRACE_PROBE4(crypto_auditing, blob_data, context, key_ptr, value_ptr, value_size)

#else
Expand Down

0 comments on commit 7e1494a

Please sign in to comment.