X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fts%2Fts.h;h=67e90e91e3c594facf06035607928f99151dbfaa;hp=d080f98ea922b6c090fb253e27f824e792c3cb06;hb=05cfe06607f78e2865e7c8927f3c21f2b15c7e7c;hpb=b37a68cc8f0580d8df1d603aa2d685dcd7567292 diff --git a/crypto/ts/ts.h b/crypto/ts/ts.h index d080f98ea9..67e90e91e3 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