X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fssl.h;h=0af8ad0626d224f9a835e86998649514c21469d0;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=d28937b948966ec8e63ba287365d38993279c6f5;hpb=003f6906aeb911cce26ee25b48a818d0d1c4aea5;p=NeonServV5.git diff --git a/src/ssl.h b/src/ssl.h index d28937b..0af8ad0 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.5 + * 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;