[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdelibs/kio/kssl
From:       George Staikos <staikos () kde ! org>
Date:       2003-02-24 17:45:08
[Download RAW message or body]

CVS commit by staikos: 

don't change the return type


  M +3 -3      kopenssl.cc   1.64.2.3


--- kdelibs/kio/kssl/kopenssl.cc  #1.64.2.2:1.64.2.3
@@ -487,12 +487,12 @@ KConfig *cfg;
       x = _sslLib->symbol("SSL_library_init");
       if (_cryptoLib) {
-         if (x)((int (*)())x)();
+         if (x) ((int (*)())x)();
          x = _cryptoLib->symbol("OpenSSL_add_all_algorithms");
          if (x) {
-           ((int (*)())x)();
+           ((void (*)())x)();
          } else {
            x = _cryptoLib->symbol("OpenSSL_add_all_algorithms_conf");
            if (x) {
-             ((int (*)())x)();
+             ((void (*)())x)();
            } else {
              x = _cryptoLib->symbol("OpenSSL_add_all_algorithms_noconf");


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic