Make libssl opaque. Move all structures that were previously protected by

OPENSSL_NO_SSL_INTERN into internal header files.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2015-01-27 20:11:24 +00:00
parent 4de8385796
commit b6ba401497
6 changed files with 1039 additions and 1050 deletions

View File

@@ -188,6 +188,8 @@
#endif
#include <openssl/bn.h>
#include "../ssl/ssl_locl.h"
/*
* Or gethostname won't be declared properly
* on Compaq platforms (at least with DEC C).