Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internals
authorMatt Caswell <matt@openssl.org>
Wed, 28 Jan 2015 11:40:54 +0000 (11:40 +0000)
committerMatt Caswell <matt@openssl.org>
Sat, 31 Jan 2015 18:07:11 +0000 (18:07 +0000)
previously protected by this have been moved into non-public headers

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/apps.h
makevms.com
util/mkdef.pl

index 3f53bc1b14d905c2de735427b973ffbbf3661d3d..2e346f9b66aa08619bb4a542d3846e003b35854c 100644 (file)
@@ -383,6 +383,4 @@ int raw_write_stdout(const void *, int);
 # define TM_STOP         1
 double app_tminterval(int stop, int usertime);
 
-# define OPENSSL_NO_SSL_INTERN
-
 #endif
index cf759e4ae1f04c5c17baa3256c23d5b9ef3e93c7..ac1ccc9c32093b28c180168837517e78b854c669 100755 (executable)
@@ -306,7 +306,6 @@ $ CONFIG_LOGICALS := AES,-
                     SRP,-
                     SRTP,-
                     SSL3_METHOD,-
-                    SSL_INTERN,-
                     SSL_TRACE,-
                     STATIC_ENGINE,-
                     STDIO,-
index faed4028b52cda331b5ade3d254b11353058192a..03fbf20e450599730e91020981608b19a7450497 100755 (executable)
@@ -111,8 +111,6 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
                         "NEXTPROTONEG",
                         # Deprecated functions
                         "DEPRECATED",
-                        # Hide SSL internals
-                        "SSL_INTERN",
                         # SCTP
                         "SCTP",
                         # SRTP