summaryrefslogtreecommitdiff
path: root/tests/x509dn.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/x509dn.c')
-rw-r--r--tests/x509dn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/x509dn.c b/tests/x509dn.c
index f9b5a7be6d..d84151149a 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -85,7 +85,7 @@ cert_callback(gnutls_session_t session,
if (nreqs != 1) {
fail("client: invoked to provide client cert, but %d CAs are requested by server.\n",
- nreqs);
+ nreqs);
return -1;
}
@@ -111,7 +111,7 @@ cert_callback(gnutls_session_t session,
if (val.value.size == strlen(EXPECT_RDN0)
&& strncmp((char *) val.value.data,
- EXPECT_RDN0, val.value.size) == 0) {
+ EXPECT_RDN0, val.value.size) == 0) {
if (debug)
success
("client: RND 0 correct.\n");