OPENSSL_NO_xxx cleanup: many removals
authorRich Salz <rsalz@openssl.org>
Tue, 27 Jan 2015 15:06:22 +0000 (10:06 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 27 Jan 2015 15:06:22 +0000 (10:06 -0500)
commita00ae6c46e0d7907a7c9f9e85334e968aa5fd338
tree79a0e748842c1a3ed15b3b4a1ab08ce29bab5280
parent109f1031a8d03a7c0a7c53c82314505ec5b7b207
OPENSSL_NO_xxx cleanup: many removals

The following compile options (#ifdef's) are removed:
    OPENSSL_NO_BIO OPENSSL_NO_BUFFER OPENSSL_NO_CHAIN_VERIFY
    OPENSSL_NO_EVP OPENSSL_NO_FIPS_ERR OPENSSL_NO_HASH_COMP
    OPENSSL_NO_LHASH OPENSSL_NO_OBJECT OPENSSL_NO_SPEED OPENSSL_NO_STACK
    OPENSSL_NO_X509 OPENSSL_NO_X509_VERIFY

This diff is big because of updating the indents on preprocessor lines.

Reviewed-by: Richard Levitte <levitte@openssl.org>
27 files changed:
apps/progs.h
apps/progs.pl
apps/speed.c
crypto/asn1/asn1.h
crypto/bn/bn_print.c
crypto/dh/dh.h
crypto/dsa/dsa.h
crypto/ec/ec.h
crypto/err/err.c
crypto/err/err.h
crypto/err/err_all.c
crypto/evp/evp.h
crypto/lhash/lh_stats.c
crypto/lhash/lhash.c
crypto/lhash/lhash.h
crypto/objects/obj_dat.c
crypto/pem/pem.h
crypto/rsa/rsa.h
crypto/ts/ts.h
crypto/ts/ts_asn1.c
crypto/txt_db/txt_db.h
crypto/x509/x509.h
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
ssl/ssl.h
ssl/ssl_cert.c
ssl/ssltest.c