mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
Remove duplicated CURLcode error code
This commit is contained in:
parent
cb80c7d188
commit
924af9e783
@ -686,10 +686,7 @@ static int add_timestamp(PKCS7 *p7, FILE_FORMAT_CTX *ctx, char *url, int rfc3161
|
||||
}
|
||||
BIO_free_all(bout);
|
||||
|
||||
if (!bin) {
|
||||
if (verbose)
|
||||
printf("CURL failure: %s %s\n", curl_easy_strerror(res), url);
|
||||
} else {
|
||||
if (bin) {
|
||||
if (rfc3161) {
|
||||
res = decode_rfc3161_response(p7, bin, verbose);
|
||||
BIO_free_all(bin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user