diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-26 21:06:06 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-26 21:06:06 +0200 |
commit | 819cf0c75941c59f6e4a611dcb07c115a0d137bd (patch) | |
tree | 429aafd7d4ea6d1f57e12bdc30e6fdf24f5df0fb /tests | |
parent | 2e64be28b186240bcdf9c01617b9c9e66525a5b5 (diff) | |
download | gnutls-819cf0c75941c59f6e4a611dcb07c115a0d137bd.tar.gz |
Fix.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/set_pkcs7_cred.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/set_pkcs7_cred.c b/tests/set_pkcs7_cred.c index 8e25d3a055..a8b891ccca 100644 --- a/tests/set_pkcs7_cred.c +++ b/tests/set_pkcs7_cred.c @@ -103,6 +103,4 @@ doit (void) gnutls_certificate_free_credentials (crt); gnutls_global_deinit (); - - return 0; } |