summaryrefslogtreecommitdiff
path: root/tests/dn.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-17 21:15:50 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-17 21:15:50 +0100
commit73ed8d8b99030c336ec1c95291b5d5571eecbbd0 (patch)
treecba3be1d437b5eb7550848a9f659be1c60b9de6c /tests/dn.c
parent31a5679d33dbb2d4b677debc13860d9acd387c47 (diff)
downloadgnutls-73ed8d8b99030c336ec1c95291b5d5571eecbbd0.tar.gz
Use more warnings. Fix many warnings.
Diffstat (limited to 'tests/dn.c')
-rw-r--r--tests/dn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dn.c b/tests/dn.c
index 5528312b98..abae077665 100644
--- a/tests/dn.c
+++ b/tests/dn.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007 Free Software Foundation
+ * Copyright (C) 2006, 2007, 2008 Free Software Foundation
* Author: Simon Josefsson, Howard Chu
*
* This file is part of GNUTLS.
@@ -59,7 +59,7 @@ static char pem[] =
"bHarWgDg9CKVP1DggVkcD838s//kE1Vl2DReyfAtEQ1agSXLFncgxL+yOi1o3lcq\n"
"+dmDgpDn168TY1Iug80uVKg7AfkLrA==\n" "-----END CERTIFICATE-----\n";
-void
+static void
print_dn (gnutls_x509_dn_t dn)
{
int i, j, ret = 0;