summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-20 14:32:32 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-20 14:32:32 +0000
commita806a750ed633ab653ebf6c5cbf8bc21c5b1fbe1 (patch)
tree47857bb00de4783c69ec91bb9ce7e293afa164aa /tests
parent1d70d493c322913e1abb7608e79fe92cec87b38a (diff)
downloadgnutls-a806a750ed633ab653ebf6c5cbf8bc21c5b1fbe1.tar.gz
Fix bug.
Diffstat (limited to 'tests')
-rw-r--r--tests/anonself.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/anonself.c b/tests/anonself.c
index 6a1aa6a885..52136cb9b2 100644
--- a/tests/anonself.c
+++ b/tests/anonself.c
@@ -333,7 +333,7 @@ server (void)
close (listen_sd);
- gnutls_anon_free_client_credentials (anoncred);
+ gnutls_anon_free_server_credentials (anoncred);
gnutls_global_deinit ();