Skip to content

Commit ed8ee41

Browse files
committed
typo
1 parent c64add3 commit ed8ee41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osslsigncode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5051,7 +5051,7 @@ static int read_token(GLOBAL_OPTIONS *options, ENGINE *engine, CRYPTO_PARAMS *cp
50515051
return 0; /* FAILED */
50525052
}
50535053
if (!ENGINE_init(engine)) {
5054-
printf("Failed to initialized pkcs11 engine\n");
5054+
printf("Failed to initialize pkcs11 engine\n");
50555055
ENGINE_free(engine);
50565056
return 0; /* FAILED */
50575057
}

0 commit comments

Comments
 (0)