summary refs log tree commit diff stats
path: root/src/common/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ssl.h')
-rw-r--r--src/common/ssl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/ssl.h b/src/common/ssl.h
index a59fbf0c..ad34944c 100644
--- a/src/common/ssl.h
+++ b/src/common/ssl.h
@@ -17,9 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-/*
-    ...
-*/
+#ifndef HEXCHAT_SSL_H
+#define HEXCHAT_SSL_H
 
 struct cert_info {
     char subject[256];
@@ -82,3 +81,5 @@ int _SSL_recv (SSL * ssl, char *buf, int len);
 #define	_SSL_get_ctx_x509_base64(a)	_SSL_get_ctx_obj_base64(a, 2)
 
 /*int _SSL_verify_x509(X509 *x509);*/
+
+#endif