By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1194
Collapse All | Expand All

(-)kftpgrabber-0.8.1.orig/kftpgrabber/src/engine/ssl.cpp.ORI (+4 lines)
Lines 169-175 Link Here
169
169
170
void Ssl::setConnectionInfo()
170
void Ssl::setConnectionInfo()
171
{
171
{
172
#if defined(OPENSSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >= 0x10000000)
172
  const SSL_CIPHER *cipher;
173
  const SSL_CIPHER *cipher;
174
#else
175
  SSL_CIPHER *cipher;
176
#endif
173
  char buffer[1024];
177
  char buffer[1024];
174
  
178
  
175
  buffer[0] = 0;
179
  buffer[0] = 0;

Return to bug 1194