Skip to content

Commit e81b08e

Browse files
committed
Fix a comment
1 parent 0c85d54 commit e81b08e

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
@@ -4362,7 +4362,7 @@ static int read_crypto_params(GLOBAL_OPTIONS *options)
43624362
(void)provider_load(options->provider);
43634363
}
43644364
#endif /* OPENSSL_VERSION_NUMBER>=0x30000000L */
4365-
/* Load the the private key ('-key' option) */
4365+
/* Load the private key ('-key' option) */
43664366
load_objects_from_store(options->keyfile, options->pass, &options->pkey, NULL, NULL);
43674367
}
43684368
#if OPENSSL_VERSION_NUMBER<0x1010108f

0 commit comments

Comments
 (0)