mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-04 08:50:12 -05:00
Typo fix: Errror
Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
28f6ffbc42
commit
357747d2fc
@ -2016,7 +2016,7 @@ static int verify_callback(int ok, X509_STORE_CTX *ctx)
|
||||
return 1;
|
||||
} else {
|
||||
X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx);
|
||||
printf("\nErrror: Expired CA certificate:\n");
|
||||
printf("\nError: Expired CA certificate:\n");
|
||||
print_cert(current_cert, 0);
|
||||
printf("\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user