VMS: only explicitely translate names in library C files.
[openssl.git] / apps / openssl.c
index f2fb295fab5ace9460a05daad4ecb2a9c46325e8..7710c3a54c18a990042e621c078586696b45c547 100644 (file)
@@ -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