]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conf-ssl.h
Move ConnSSL_InitLibrary() "dummy" from header into C file
[ngircd-alex.git] / src / ngircd / conf-ssl.h
index cdb996828c4b0e68dd8e0f8ce01823e254bda953..428bcf45570c1ae0a8192de5b33148b7af20b1ae 100644 (file)
@@ -1,11 +1,15 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * SSL defines.
  */
 
 #ifndef conf_ssl_h
 #define conf_ssl_h
 
+/**
+ * @file
+ * SSL related definitions
+ */
+
 #ifdef HAVE_LIBSSL
 #define SSL_SUPPORT
 #include <openssl/ssl.h>
@@ -35,13 +39,9 @@ struct ConnSSL_State {
 #endif
 };
 
-bool
-ConnSSL_InitLibrary(void);
-#else
-static inline bool
-ConnSSL_InitLibrary(void)
-{ return true; }
-#endif /* SSL_SUPPORT */
+#endif
+
+bool   ConnSSL_InitLibrary(void);
 
 #endif /* conf_ssl_h */