Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / ssl.h
index d28937b948966ec8e63ba287365d38993279c6f5..70f67cf632835cb4548cd9e5d47398ca225c0e07 100644 (file)
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -1,5 +1,5 @@
-/* ssl.h - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* ssl.h - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,6 +24,7 @@ struct ClientSocket;
 #ifdef HAVE_SSL
 #include <openssl/rand.h>
 #include <openssl/ssl.h>
+#include <openssl/err.h>
 
 struct SSLConnection {
     SSL *sslHandle;