Remove duplicated CURLcode error code

This commit is contained in:
olszomal 2023-05-08 15:01:12 +02:00 committed by Michał Trojnara
parent cb80c7d188
commit 924af9e783

View File

@ -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);