openssl/crypto/x509
Bodo Möller 7e70181723 It was a very bad idea to use #include "../e_os.h" -- when this occurs
in cryptlib.h (which is often included as "../cryptlib.h"), then the
question remains relative to which directory this is to be interpreted.
gcc went one further directory up, as intended; but makedepend thinks
differently, and so probably do some C compilers.  So the ../ must go away;
thus e_os.h goes back into include/openssl (but I now use
#include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
and we have another huge bunch of dependency changes.  Argh.
1999-05-21 11:16:48 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
by_dir.c Use "const char *" instead of "char *" for filenames passed to functions. 1999-05-09 10:12:10 +00:00
by_file.c Use "const char *" instead of "char *" for filenames passed to functions. 1999-05-09 10:12:10 +00:00
Makefile.ssl It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
x509.h The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should be 1999-05-21 01:06:23 +00:00
x509_cmp.c Another safe stack. 1999-05-01 17:40:57 +00:00
x509_d2.c Use "const char *" instead of "char *" for filenames passed to functions. 1999-05-09 10:12:10 +00:00
x509_def.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509_err.c Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
x509_ext.c Yet another stack. 1999-05-02 21:36:58 +00:00
x509_lu.c Use "const char *" instead of "char *" for filenames passed to functions. 1999-05-09 10:12:10 +00:00
x509_obj.c Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a 1999-05-08 22:46:51 +00:00
x509_r2x.c Another stack. 1999-05-01 18:08:44 +00:00
x509_req.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509_set.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509_txt.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509_v3.c Yet another stack. 1999-05-02 21:36:58 +00:00
x509_vfy.c Comment. 1999-05-11 22:05:39 +00:00
x509_vfy.h VMS support. 1999-05-13 11:37:32 +00:00
x509name.c Another safe stack. 1999-05-01 17:40:57 +00:00
x509rset.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x509type.c Change #include filenames from <foo.h> to <openssl.h>. 1999-04-23 22:13:45 +00:00
x_all.c The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should be 1999-05-21 01:06:23 +00:00