summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xConfigure1
-rw-r--r--INSTALL3
-rw-r--r--apps/openssl.c3
3 files changed, 0 insertions, 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