[Easysoap-checkins] CVS: easysoap/src SOAPSSLContext.cpp,1.12,1.13 SOAPSecureSocketImp.cpp,1.41,1.42
Status: Beta
Brought to you by:
dcrowley
From: David C. <dcr...@us...> - 2005-09-24 07:24:37
|
Update of /cvsroot/easysoap/easysoap/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10968/src Modified Files: SOAPSSLContext.cpp SOAPSecureSocketImp.cpp Log Message: Updated autoconf compiler check m4 files. Fixes to work with gcc 3.4 Index: SOAPSSLContext.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPSSLContext.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- SOAPSSLContext.cpp 2 Jun 2004 06:58:08 -0000 1.12 +++ SOAPSSLContext.cpp 24 Sep 2005 07:24:24 -0000 1.13 @@ -33,7 +33,7 @@ #include <openssl/ssl.h> #include <openssl/err.h> #include <openssl/rand.h> -}; +} // // Initialize OpenSSL Index: SOAPSecureSocketImp.cpp =================================================================== RCS file: /cvsroot/easysoap/easysoap/src/SOAPSecureSocketImp.cpp,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- SOAPSecureSocketImp.cpp 2 Jun 2004 06:33:05 -0000 1.41 +++ SOAPSecureSocketImp.cpp 24 Sep 2005 07:24:24 -0000 1.42 @@ -78,7 +78,7 @@ #include <openssl/ssl.h> #include <openssl/err.h> #include <openssl/rand.h> -}; +} SOAPSecureSocketImp::SOAPSecureSocketImp() : m_ssl(0) |