Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 719974
Collapse All | Expand All

(-)./tls.c.orig (-1 / +1 lines)
Lines 186-192 Link Here
186
  if (!initialized)
186
  if (!initialized)
187
    {
187
    {
188
    SSL_library_init();
188
//    SSL_library_init();
189
    if (!RAND_status())
189
    if (!RAND_status())
190
      {
190
      {
(-)./configure.ac.orig (-1 / +1 lines)
Lines 149-155 Link Here
149
                       [
149
                       [
150
                         AC_MSG_RESULT([yes])
150
                         AC_MSG_RESULT([yes])
151
                         AC_SEARCH_LIBS([RSA_sign], [ssl crypto], [], [ AC_MSG_FAILURE([--enable-tls was given but OpenSSL was not found]) ])
151
                         AC_SEARCH_LIBS([RSA_sign], [ssl crypto], [], [ AC_MSG_FAILURE([--enable-tls was given but OpenSSL was not found]) ])
152
                         AC_SEARCH_LIBS([SSL_library_init],
152
                         AC_SEARCH_LIBS([OPENSSL_init_ssl],
153
                                        [ssl crypto],
153
                                        [ssl crypto],
154
                                        [ LIBS="$LIBS -lssl"
154
                                        [ LIBS="$LIBS -lssl"
155
                                          AC_DEFINE([HAVE_LIBSSL], [1])
155
                                          AC_DEFINE([HAVE_LIBSSL], [1])

Return to bug 719974