Commit 42a9f386 authored by Benjamin Kaduk's avatar Benjamin Kaduk Committed by Rich Salz
Browse files

Remove the never-functional no-sct



It was added as part of 2df84dd3
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: default avatarRichard Levitte <levitte@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 1e8ead86
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@ my @disablables = (
    "ripemd",
    "rmd160",
    "scrypt",
    "sct",
    "sctp",
    "seed",
    "shared",
+0 −3
Original line number Diff line number Diff line
@@ -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

+0 −3
Original line number Diff line number Diff line
@@ -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