Loading apps/openssl.c +7 −7 Original line number Diff line number Diff line Loading @@ -729,24 +729,24 @@ BIO_puts(bio_out, "Disabled algorithms:\n"); #ifdef OPENSSL_NO_DSA BIO_puts(bio_out, "DSA\n"); #endif #ifdef OPENSSL_NO_RSA BIO_puts(bio_out, "RSA\n"); #endif #ifdef OPENSSL_NO_EC BIO_puts(bio_out, "EC\n"); #endif #ifdef OPENSSL_NO_EC2M BIO_puts(bio_out, "EC2M\n"); #endif #ifndef ZLIB BIO_puts(bio_out, "ZLIB\n"); #endif #ifdef OPENSSL_NO_PSK BIO_puts(bio_out, "PSK\n"); #endif #ifdef OPENSSL_NO_RSA BIO_puts(bio_out, "RSA\n"); #endif #ifdef OPENSSL_NO_SRP BIO_puts(bio_out, "SRP\n"); #endif #ifndef ZLIB BIO_puts(bio_out, "ZLIB\n"); #endif } static LHASH_OF(FUNCTION) *prog_init(void) Loading Loading
apps/openssl.c +7 −7 Original line number Diff line number Diff line Loading @@ -729,24 +729,24 @@ BIO_puts(bio_out, "Disabled algorithms:\n"); #ifdef OPENSSL_NO_DSA BIO_puts(bio_out, "DSA\n"); #endif #ifdef OPENSSL_NO_RSA BIO_puts(bio_out, "RSA\n"); #endif #ifdef OPENSSL_NO_EC BIO_puts(bio_out, "EC\n"); #endif #ifdef OPENSSL_NO_EC2M BIO_puts(bio_out, "EC2M\n"); #endif #ifndef ZLIB BIO_puts(bio_out, "ZLIB\n"); #endif #ifdef OPENSSL_NO_PSK BIO_puts(bio_out, "PSK\n"); #endif #ifdef OPENSSL_NO_RSA BIO_puts(bio_out, "RSA\n"); #endif #ifdef OPENSSL_NO_SRP BIO_puts(bio_out, "SRP\n"); #endif #ifndef ZLIB BIO_puts(bio_out, "ZLIB\n"); #endif } static LHASH_OF(FUNCTION) *prog_init(void) Loading