summaryrefslogtreecommitdiff
path: root/tests/nul-in-x509-names.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nul-in-x509-names.c')
-rw-r--r--tests/nul-in-x509-names.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nul-in-x509-names.c b/tests/nul-in-x509-names.c
index f8bf78283f..a321fb3eac 100644
--- a/tests/nul-in-x509-names.c
+++ b/tests/nul-in-x509-names.c
@@ -121,7 +121,7 @@ doit (void)
if (ret == 0)
{
if (debug)
- success ("gnutls_x509_crt_check_hostname OK (NUL-IN-CN)");
+ success ("gnutls_x509_crt_check_hostname OK (NUL-IN-CN)");
}
else
{
@@ -139,7 +139,7 @@ doit (void)
if (ret == 0)
{
if (debug)
- success ("gnutls_x509_crt_check_hostname OK (NUL-IN-SAN)");
+ success ("gnutls_x509_crt_check_hostname OK (NUL-IN-SAN)");
}
else
{