| commit | d095b68d63ca91d8e42afb5dc46bb16ed4e4e25d | [log] [tgz] |
|---|---|---|
| author | Geoff Thorpe <geoff@openssl.org> | Mon May 17 18:53:47 2004 +0000 |
| committer | Geoff Thorpe <geoff@openssl.org> | Mon May 17 18:53:47 2004 +0000 |
| tree | 308edce1a8c4e6b7b1f89414486242daf9a91eb5 | |
| parent | 508999fa7d5bf5f06eeb5deb8912ad723e42bec9 [diff] [blame] |
Deprecate quite a few recursive includes from the ssl.h API header and remove some unnecessary includes from the internal header ssl_locl.h. This then requires adding includes for bn.h in four C files.
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index cd96d67..898f498 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c
@@ -134,6 +134,7 @@ #include <openssl/evp.h> #include <openssl/x509.h> #include <openssl/dh.h> +#include <openssl/bn.h> #ifndef OPENSSL_NO_KRB5 #include <openssl/krb5_asn.h> #endif