diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-03 10:07:52 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-06-03 10:07:52 +0000 |
commit | f1d915cff2c17b8f3a0d2187c6d1ae4c6e44ae9f (patch) | |
tree | f606871cdc5b2866d8f5d8a2c581ddad648856c8 /tests | |
parent | 200ea0d8470f1031f4742c9b27d54caaccc4c747 (diff) | |
download | gnutls-f1d915cff2c17b8f3a0d2187c6d1ae4c6e44ae9f.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/x509_test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/x509_test.c b/tests/x509_test.c index 3e645bd5b2..e77967490e 100644 --- a/tests/x509_test.c +++ b/tests/x509_test.c @@ -45,7 +45,7 @@ int i = 0, exp_result; gnutls_global_init(); - fprintf(stderr, "This program will perform some tests on X.509 certificate\n"); + fprintf(stderr, "This test will perform some checks on X.509 certificate\n"); fprintf(stderr, "verification functions.\n\n"); for (;;) { @@ -72,6 +72,8 @@ int i = 0, exp_result; printf("\n"); } + printf("\n"); + return 0; } |