Skip to content

Commit

Permalink
Remove OPENSSL_NO_SSL_INTERN as it is now redundant - all internals
Browse files Browse the repository at this point in the history
previously protected by this have been moved into non-public headers

Reviewed-by: Richard Levitte <[email protected]>
  • Loading branch information
mattcaswell committed Jan 31, 2015
1 parent b6ba401 commit 0c28375
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions apps/apps.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion makevms.com
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ $ CONFIG_LOGICALS := AES,-
SRP,-
SRTP,-
SSL3_METHOD,-
SSL_INTERN,-
SSL_TRACE,-
STATIC_ENGINE,-
STDIO,-
Expand Down
2 changes: 0 additions & 2 deletions util/mkdef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
"NEXTPROTONEG",
# Deprecated functions
"DEPRECATED",
# Hide SSL internals
"SSL_INTERN",
# SCTP
"SCTP",
# SRTP
Expand Down

0 comments on commit 0c28375

Please sign in to comment.