diff --git a/sslscan.c b/sslscan.c index 6ae6ec3..f182e47 100644 --- a/sslscan.c +++ b/sslscan.c @@ -1724,7 +1724,7 @@ int testHost(struct sslCheckOptions *options) printf(" %s\n",sslCipherPointer->name); if (options->xmlOutput != 0) - fprintf(options->xmlOutput, " \n", sslCipherPointer->name); + fprintf(options->xmlOutput, " \n", sslCipherPointer->name); sslCipherPointer = sslCipherPointer->next; }