Code reformatting
[dockapps/wmnotify.git] / src / ssl.c
index 4b9f520..245ea8d 100644 (file)
--- a/src/ssl.c
+++ b/src/ssl.c
@@ -35,10 +35,10 @@ InitCTX( void )
   SSL_METHOD *method;\r
   SSL_CTX *ctx;\r
   \r
-  OpenSSL_add_all_algorithms(); /* Load cryptos, et.al. */\r
-  SSL_load_error_strings(); /* Bring in and register error messages */\r
+  OpenSSL_add_all_algorithms();   /* Load cryptos, et.al. */\r
+  SSL_load_error_strings();       /* Bring in and register error messages */\r
   method = SSLv2_client_method(); /* Create new client-method instance */\r
-  ctx = SSL_CTX_new(method); /* Create new context */\r
+  ctx = SSL_CTX_new(method);      /* Create new context */\r
   if( ctx == NULL ) {\r
     ERR_print_errors_fp(stderr);\r
     abort();\r