X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fssl.h;h=c98848837aa13f8888e0db99617b26f136c3e109;hb=689da1db7e2517c187ce76c6c553e20d630a7f36;hp=d28937b948966ec8e63ba287365d38993279c6f5;hpb=003f6906aeb911cce26ee25b48a818d0d1c4aea5;p=NeonServV5.git diff --git a/src/ssl.h b/src/ssl.h index d28937b..c988488 100644 --- 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.4 + * 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 #include +#include struct SSLConnection { SSL *sslHandle;