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

(-)a/tools/podofosign/podofosign.cpp (-1 / +1 lines)
Lines 875-881 int main( int argc, char* argv[] ) Link Here
875
        outputfile = NULL;
875
        outputfile = NULL;
876
    }
876
    }
877
877
878
#ifdef PODOFO_HAVE_OPENSSL_1_1
878
#if defined (PODOFO_HAVE_OPENSSL_1_1) && !defined (LIBRESSL_VERSION_NUMBER)
879
    OPENSSL_init_ssl(0, NULL);
879
    OPENSSL_init_ssl(0, NULL);
880
#else
880
#else
881
    OpenSSL_add_all_algorithms();
881
    OpenSSL_add_all_algorithms();

Return to bug 635890