diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-13 15:38:29 +0100 |
commit | 031996ef501f8c3d0532f7df1c38cf2e540a4f11 (patch) | |
tree | 27217d793b273edadc969aa3110378aac3c36e9c /tests/Test_indefinite.c | |
parent | 26bea900a531662c6028ecc06f4adea825658434 (diff) | |
download | libtasn1-upstream.tar.gz libtasn1-upstream.tar.bz2 libtasn1-upstream.zip |
Imported Upstream version 4.19.0upstream/4.19.0upstream
Diffstat (limited to 'tests/Test_indefinite.c')
-rw-r--r-- | tests/Test_indefinite.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/Test_indefinite.c b/tests/Test_indefinite.c index 9f08793..73869ed 100644 --- a/tests/Test_indefinite.c +++ b/tests/Test_indefinite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2014 Free Software Foundation, Inc. + * Copyright (C) 2002-2022 Free Software Foundation, Inc. * * This file is part of LIBTASN1. * @@ -118,7 +118,8 @@ main (int argc, char *argv[]) if (result != ASN1_SUCCESS) { asn1_perror (result); - printf ("Cannot decode BER data (size %ld) in %s: %s\n", (long) size, indeffile, errorDescription); + printf ("Cannot decode BER data (size %ld) in %s: %s\n", (long) size, + indeffile, errorDescription); exit (1); } @@ -153,7 +154,8 @@ main (int argc, char *argv[]) if (result != ASN1_SUCCESS) { asn1_perror (result); - printf ("Cannot decode BER data (size %ld) in %s: %s\n", (long) size, indeffile2, errorDescription); + printf ("Cannot decode BER data (size %ld) in %s: %s\n", (long) size, + indeffile2, errorDescription); exit (1); } @@ -188,7 +190,8 @@ main (int argc, char *argv[]) if (result != ASN1_SUCCESS) { asn1_perror (result); - printf ("Cannot decode DER data (size %ld) in %s: %s\n", (long) size, indeffile3, errorDescription); + printf ("Cannot decode DER data (size %ld) in %s: %s\n", (long) size, + indeffile3, errorDescription); exit (1); } |