Merge rev 1023 from crox.

'Do not use server cert as client cert'


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@821 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-08-07 20:08:09 +00:00
parent eb850c933d
commit 5b1e3bf600

View File

@@ -177,7 +177,6 @@ int CZNC::Loop() {
#ifdef HAVE_LIBSSL
if (pServer->IsSSL()) {
bSSL = true;
pIRCSock->SetPemLocation(GetPemLocation());
}
#endif