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