OSDN Git Service

modified comments
[opengatem/opengatem.git] / mngsrc / auth-pop3s.c
index 2f97c4a..67fdf62 100644 (file)
@@ -149,12 +149,15 @@ EXITPOINT:
 
   /* Clean up. */
   Close(sockfd);
-  SSL_free (ssl);
-  SSL_CTX_free (ctx);
+  SSL_free(ssl);
+  SSL_CTX_free(ctx);
 
   return authResult;
 }
 
+/*****************************************/
+/* function for debugging                */
+/*****************************************/
 int AuthPop3s(char *userid, char *passwd)
 {
   int ret;