Skip to content

Commit c9044d2

Browse files
committed
fixup format string
1 parent c048975 commit c9044d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/hmacmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ _hacl_convert_errno(hacl_errno_t code)
415415
}
416416
default: {
417417
PyErr_Format(PyExc_RuntimeError,
418-
"HACL* internal routine failed with error code: %d",
418+
"HACL* internal routine failed with error code: %u",
419419
code);
420420
break;
421421
}

0 commit comments

Comments
 (0)