commit | 1e26a8baedbc74036ada80deb16296e7d4eedb18 | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Sun Mar 16 21:05:46 2008 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Sun Mar 16 21:05:46 2008 +0000 |
tree | 180306f9b8f5bf8b17e166d32b4360ca9a7ec631 | |
parent | 7c337e00d23ac421ff1949ac1bbce2e8b718299e [diff] [blame] |
Fix a variety of warnings generated by some elevated compiler-fascism, OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c index 1623a2a..322c017 100644 --- a/ssl/d1_clnt.c +++ b/ssl/d1_clnt.c
@@ -120,6 +120,7 @@ #include <openssl/objects.h> #include <openssl/evp.h> #include <openssl/md5.h> +#include <openssl/bn.h> #ifndef OPENSSL_NO_DH #include <openssl/dh.h> #endif