Lutz Jänicke 7e8852c549 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 06:57:54 +00:00
..
2002-06-18 17:44:01 +00:00
2002-06-13 17:38:58 +00:00
2001-01-11 13:23:19 +00:00
2000-02-03 23:23:24 +00:00
2002-06-11 11:41:26 +00:00
2002-02-22 13:58:15 +00:00
2002-03-06 14:09:46 +00:00
2002-02-22 13:58:15 +00:00
2002-04-23 13:55:56 +00:00
2002-06-13 17:38:58 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
1999-05-13 11:37:32 +00:00
2002-07-10 06:57:54 +00:00
2002-07-10 06:57:54 +00:00
2002-07-10 06:57:54 +00:00
2001-09-10 17:18:56 +00:00
2001-09-10 17:18:56 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
2002-01-12 15:56:13 +00:00
2002-01-12 15:56:13 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
2002-02-22 13:58:15 +00:00
2000-03-12 23:27:14 +00:00
2002-02-22 13:58:15 +00:00