Loading apps/openssl.c +0 −3 Original line number Diff line number Diff line Loading @@ -701,9 +701,6 @@ static void list_disabled(void) #ifdef OPENSSL_NO_HEARTBEATS BIO_puts(bio_out, "HEARTBEATS\n"); #endif #ifdef OPENSSL_NO_HMAC BIO_puts(bio_out, "HMAC\n"); #endif #ifdef OPENSSL_NO_IDEA BIO_puts(bio_out, "IDEA\n"); #endif Loading Loading
apps/openssl.c +0 −3 Original line number Diff line number Diff line Loading @@ -701,9 +701,6 @@ static void list_disabled(void) #ifdef OPENSSL_NO_HEARTBEATS BIO_puts(bio_out, "HEARTBEATS\n"); #endif #ifdef OPENSSL_NO_HMAC BIO_puts(bio_out, "HMAC\n"); #endif #ifdef OPENSSL_NO_IDEA BIO_puts(bio_out, "IDEA\n"); #endif Loading