diff --git a/crypto/ts/ts.h b/crypto/ts/ts.h index d080f98ea..67e90e91e 100644 --- a/crypto/ts/ts.h +++ b/crypto/ts/ts.h @@ -59,29 +59,30 @@ #ifndef HEADER_TS_H #define HEADER_TS_H +#include #include -#ifndef NO_BUFFER +#ifndef OPENSSL_NO_BUFFER #include #endif -#ifndef NO_EVP +#ifndef OPENSSL_NO_EVP #include #endif -#ifndef NO_BIO +#ifndef OPENSSL_NO_BIO #include #endif #include #include #include -#ifndef NO_RSA +#ifndef OPENSSL_NO_RSA #include #endif -#ifndef NO_DSA +#ifndef OPENSSL_NO_DSA #include #endif -#ifndef NO_DH +#ifndef OPENSSL_NO_DH #include #endif