X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fssl.h;h=67be27ab145c66167fbeae9683b98adbed45c392;hb=a6c4c0c8d8224cdc455f0d184e91d0cf881f0077;hp=b692b2fe350c5da3bc58f3698c3bec0a7fc493bf;hpb=36eddd2c06ce9b09c83102353deb213e065e901d;p=dockapps%2Fwmnotify.git diff --git a/src/ssl.h b/src/ssl.h index b692b2f..67be27a 100644 --- a/src/ssl.h +++ b/src/ssl.h @@ -41,20 +41,17 @@ #define FAIL -1 struct ssl_infos_t { - SSL_CTX *ctx; - SSL *ssl; + SSL_CTX *ctx; + SSL *ssl; }; _SCOPE_ struct ssl_infos_t ssl_infos; -SSL_CTX * -InitCTX( void ); +SSL_CTX *InitCTX(void); -void -ShowCerts( SSL *ssl ); +void ShowCerts(SSL *ssl); -int -InitSSL( int sock_fd ); +int InitSSL(int sock_fd); #endif /* HAVE_SSL */