OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Nils
Larsch
Root: /v/openssl/cvs Email: nils openssl.org
Module: openssl Date:
27-Oct-2006 23:25:54
Branch: HEAD Handle:
2006102722255300
Modified files:
openssl/crypto/ts ts.h
Log:
fix OPENSSL_NO_foo defines
Summary:
Revision Changes Path
1.3 +7 -6 openssl/crypto/ts/ts.h
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/ts/ts.h
============================================================
================
$ cvs diff -u -r1.2 -r1.3 ts.h
--- openssl/crypto/ts/ts.h 5 Mar 2006 20:19:00 -0000 1.2
+++ openssl/crypto/ts/ts.h 27 Oct 2006 21:25:53 -0000 1.3
 -59,29 +59,30 
#ifndef HEADER_TS_H
#define HEADER_TS_H
+#include <openssl/opensslconf.h>
#include <openssl/symhacks.h>
-#ifndef NO_BUFFER
+#ifndef OPENSSL_NO_BUFFER
#include <openssl/buffer.h>
#endif
-#ifndef NO_EVP
+#ifndef OPENSSL_NO_EVP
#include <openssl/evp.h>
#endif
-#ifndef NO_BIO
+#ifndef OPENSSL_NO_BIO
#include <openssl/bio.h>
#endif
#include <openssl/stack.h>
#include <openssl/asn1.h>
#include <openssl/safestack.h>
-#ifndef NO_RSA
+#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
#endif
-#ifndef NO_DSA
+#ifndef OPENSSL_NO_DSA
#include <openssl/dsa.h>
#endif
-#ifndef NO_DH
+#ifndef OPENSSL_NO_DH
#include <openssl/dh.h>
#endif
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|