From 42a9f38613e05fc653cfb773518213e5333bf09b Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Wed, 20 Apr 2016 13:51:58 -0500 Subject: [PATCH] Remove the never-functional no-sct It was added as part of 2df84dd3299ff25fa078ca7ffbdeaac65b361feb but has never actually been used for anything; presumably it was a typo for one of SCTP or CT. This removes the last '??' entry from INSTALL. Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell Reviewed-by: Rich Salz --- Configure | 1 - INSTALL | 3 --- apps/openssl.c | 3 --- 3 files changed, 7 deletions(-) diff --git a/Configure b/Configure index b32cb942a7..54130e2a1d 100755 --- a/Configure +++ b/Configure @@ -307,7 +307,6 @@ my @disablables = ( "ripemd", "rmd160", "scrypt", - "sct", "sctp", "seed", "shared", diff --git a/INSTALL b/INSTALL index 2e06aa7b60..7d8de3237f 100644 --- a/INSTALL +++ b/INSTALL @@ -234,9 +234,6 @@ Don't build support for RFC3779 ("X.509 Extensions for IP Addresses and AS Identifiers") - no-sct - ?? - sctp Build support for SCTP diff --git a/apps/openssl.c b/apps/openssl.c index f2fb295fab..7710c3a54c 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -741,9 +741,6 @@ static void list_disabled(void) #ifdef OPENSSL_NO_SCRYPT BIO_puts(bio_out, "SCRYPT\n"); #endif -#ifdef OPENSSL_NO_SCT - BIO_puts(bio_out, "SCT\n"); -#endif #ifdef OPENSSL_NO_SCTP BIO_puts(bio_out, "SCTP\n"); #endif -- 2.40.0