openssl/crypto/evp
Richard Levitte ef33b97050 Using checks of the existence of HEADER_{foo}_H in other header files
was a really bad idea.  For example, the following:

	#include <x509.h>
	#include <bio.h>
	#include <asn1.h>

would make sure that things like ASN1_UTCTIME_print() wasn't defined
unless you moved the inclusion of bio.h to above the inclusion of
x509.h.  The reason is that x509.h includes asn1.h, and the
declaration of ASN1_UTCTIME_print() depended on the definition of
HEADER_BIO_H.  That's what I call an obscure bug.

Instead, this change makes sure that whatever header files are needed
for the correct process of one header file are included automagically,
and that the definitions of, for example, BIO-related things are
dependent on the absence of the NO_{foo} macros.  This is also
consistent with the way parts of OpenSSL can be excluded at will.
2000-06-09 10:41:35 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
bio_b64.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bio_enc.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bio_md.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
bio_ok.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
c_all.c Rename SSLeay_add_all_algorithms() et al to 2000-02-04 14:01:38 +00:00
c_allc.c Add PBE algorithms with ciphers, not digests. 2000-02-23 14:27:47 +00:00
c_alld.c Add PBE algorithms with ciphers, not digests. 2000-02-23 14:27:47 +00:00
digest.c const/type fixes. 1999-06-05 12:16:33 +00:00
e_bf.c EVP constification. 2000-06-03 14:13:58 +00:00
e_cast.c EVP constification. 2000-06-03 14:13:58 +00:00
e_des.c EVP constification. 2000-06-03 14:13:58 +00:00
e_des3.c EVP constification. 2000-06-03 14:13:58 +00:00
e_dsa.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
e_idea.c EVP constification. 2000-06-03 14:13:58 +00:00
e_null.c EVP constification. 2000-06-03 14:13:58 +00:00
e_rc2.c EVP constification. 2000-06-03 14:13:58 +00:00
e_rc4.c EVP constification. 2000-06-03 14:13:58 +00:00
e_rc5.c EVP constification. 2000-06-03 14:13:58 +00:00
e_xcbc_d.c EVP constification. 2000-06-03 14:13:58 +00:00
encode.c Fix warnings. 1999-09-06 11:06:54 +00:00
evp.h Using checks of the existence of HEADER_{foo}_H in other header files 2000-06-09 10:41:35 +00:00
evp_enc.c More EVP cipher revision. 2000-05-30 18:26:22 +00:00
evp_err.c More EVP cipher revision. 2000-05-30 18:26:22 +00:00
evp_key.c make no-des and no-rc2 work. 2000-01-07 12:15:54 +00:00
evp_lib.c Make pkcs8 work again. 2000-02-22 18:45:11 +00:00
evp_locl.h EVP constification. 2000-06-03 14:13:58 +00:00
evp_pbe.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
evp_pkey.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
m_dss.c Message digest stuff. 1999-04-27 04:18:53 +00:00
m_dss1.c Message digest stuff. 1999-04-27 04:18:53 +00:00
m_md2.c Message digest stuff. 1999-04-27 04:18:53 +00:00
m_md5.c Message digest stuff. 1999-04-27 04:18:53 +00:00
m_mdc2.c Message digest stuff. 1999-04-27 04:18:53 +00:00
m_null.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
m_ripemd.c Fix no-hmac and no-ripemd. 1999-06-29 23:52:08 +00:00
m_sha.c Message digest stuff. 1999-04-27 04:18:53 +00:00
m_sha1.c Message digest stuff. 1999-04-27 04:18:53 +00:00
Makefile.ssl Fourth phase EVP revision. 2000-05-30 02:10:57 +00:00
names.c Make sure to complete the cleanup of names. 2000-03-17 23:49:15 +00:00
p5_crpt.c Make PKCS#12 code handle missing passwords. 2000-05-04 00:08:35 +00:00
p5_crpt2.c Make PKCS#12 code handle missing passwords. 2000-05-04 00:08:35 +00:00
p_dec.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p_enc.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p_lib.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
p_open.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
p_seal.c More EVP cipher revision. 2000-05-30 18:26:22 +00:00
p_sign.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
p_verify.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00