summaryrefslogtreecommitdiff
path: root/tests/x509self.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-05-16 11:13:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-03 19:52:31 +0200
commit0bb48a2dcfc3d688475d423f5c9e1e1ab08b9164 (patch)
treea10cf4ac4e60a1aa373d42069220bec3b4cc05cc /tests/x509self.c
parentbfb90f17b400206db7b0d0c81703a770492a8a3f (diff)
downloadgnutls-0bb48a2dcfc3d688475d423f5c9e1e1ab08b9164.tar.gz
Updated self tests and examples to avoid using deprecated functions such as
gnutls_certificate_server_set_retrieve_function and the sign callback.
Diffstat (limited to 'tests/x509self.c')
-rw-r--r--tests/x509self.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/x509self.c b/tests/x509self.c
index 33d7148ef4..f10a51f331 100644
--- a/tests/x509self.c
+++ b/tests/x509self.c
@@ -55,6 +55,7 @@ tls_log_func (int level, const char *str)
/* A very basic TLS client, with anonymous authentication.
*/
+
#define MAX_BUF 1024
#define MSG "Hello TLS"