Lutz Jänicke 7b63c0fa8c Reorder inclusion of header files:
des_old.h redefines crypt:
#define crypt(b,s)\
        DES_crypt((b),(s))

This scheme leads to failure, if header files with the OS's true definition
of crypt() are processed _after_ des_old.h was processed. This is e.g. the
case on HP-UX with unistd.h.
As evp.h now again includes des.h (which includes des_old.h), this problem
only came up after this modification.
Solution: move header files (indirectly) including e_os.h before the header
files (indirectly) including evp.h.
Submitted by:
Reviewed by:
PR:
2002-07-10 07:01:54 +00:00
..
2002-06-18 17:44:56 +00:00
2002-06-13 17:40:27 +00:00
2001-01-11 13:23:19 +00:00
2000-02-03 23:23:24 +00:00
2002-06-11 12:41:37 +00:00
2002-02-22 14:01:21 +00:00
2002-03-06 14:15:13 +00:00
2002-02-22 14:01:21 +00:00
2002-04-23 13:56:14 +00:00
2002-02-22 14:01:21 +00:00
2002-06-12 14:01:17 +00:00
2002-06-13 17:40:27 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
1999-05-13 11:37:32 +00:00
2002-07-10 07:01:54 +00:00
2002-07-10 07:01:54 +00:00
2002-07-10 07:01:54 +00:00
2002-02-13 18:21:51 +00:00
2002-02-13 18:21:51 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
2002-01-12 15:56:13 +00:00
2002-01-12 15:56:13 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
2002-02-22 14:01:21 +00:00
2000-03-12 23:27:14 +00:00
2002-02-22 14:01:21 +00:00