From 05cfe06607f78e2865e7c8927f3c21f2b15c7e7c Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Fri, 27 Oct 2006 21:25:53 +0000 Subject: fix OPENSSL_NO_foo defines --- crypto/ts/ts.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'crypto/ts') 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 -- cgit v1.2.3