21 lines
492 B
Diff
21 lines
492 B
Diff
diff --git a/src/gnutls.c b/src/gnutls.c
|
|
index 0ecf2c81..81fe9518 100644
|
|
--- a/src/gnutls.c
|
|
+++ b/src/gnutls.c
|
|
@@ -99,7 +99,6 @@ static gnutls_certificate_credentials_t credentials;
|
|
bool
|
|
ssl_init (void)
|
|
{
|
|
- fprintf(stderr,"SSL_INIT\n");
|
|
/* Becomes true if GnuTLS is initialized. */
|
|
const char *ca_directory;
|
|
DIR *dir;
|
|
@@ -237,8 +236,6 @@ cert to be of the same type.\n"));
|
|
void
|
|
ssl_cleanup (void)
|
|
{
|
|
- fprintf(stderr,"SSL_CLEANUP\n");
|
|
-
|
|
if (!ssl_initialized)
|
|
return;
|
|
|