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

(-)spice-gtk-0.34.orig/src/spice-channel.c (+2 lines)
Lines 392-399 Link Here
392
392
393
    g_type_class_add_private(klass, sizeof(SpiceChannelPrivate));
393
    g_type_class_add_private(klass, sizeof(SpiceChannelPrivate));
394
394
395
#if OPENSSL_VERSION_NUMBER < 0x10100000L
395
    SSL_library_init();
396
    SSL_library_init();
396
    SSL_load_error_strings();
397
    SSL_load_error_strings();
398
#endif
397
}
399
}
398
400
399
/* ---------------------------------------------------------------- */
401
/* ---------------------------------------------------------------- */

Return to bug 617764