Fix warning.
This commit is contained in:
parent
3f9b187bae
commit
96e16bddb4
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@
|
||||||
#include "ssl_locl.h"
|
#include "ssl_locl.h"
|
||||||
#include <openssl/conf.h>
|
#include <openssl/conf.h>
|
||||||
#include <openssl/objects.h>
|
#include <openssl/objects.h>
|
||||||
|
#ifndef OPENSSL_NO_DH
|
||||||
|
#include <openssl/dh.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* structure holding name tables. This is used for pemitted elements in
|
/* structure holding name tables. This is used for pemitted elements in
|
||||||
* lists such as TLSv1 and single command line switches such as no_tls1
|
* lists such as TLSv1 and single command line switches such as no_tls1
|
||||||
|
|
Loading…
Reference in a new issue