TLS_DISABLED also implies we do not have openssl
This commit is contained in:
parent
41afeb245e
commit
3bef06dd47
|
@ -35,7 +35,7 @@
|
|||
* compile-time configuration.
|
||||
*/
|
||||
|
||||
#ifndef HAVE_OPENSSL
|
||||
#if defined(HAVE_OPENSSL) && !defined(TLS_DISABLED)
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
* See md5.c for more information.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
#if defined(HAVE_OPENSSL) && !defined(TLS_DISABLED)
|
||||
#include <openssl/md5.h>
|
||||
#elif !defined(_MD5_H)
|
||||
#define _MD5_H
|
||||
|
|
Loading…
Reference in New Issue