summaryrefslogtreecommitdiff
path: root/tests/Test_indefinite.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test_indefinite.c')
-rw-r--r--tests/Test_indefinite.c11
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);
}