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
..
1999-04-29 16:04:54 +00:00
2002-01-12 15:56:13 +00:00
2002-03-19 01:27:10 +00:00
2002-01-12 15:56:13 +00:00
2001-11-10 01:16:28 +00:00
2002-01-12 15:56:13 +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
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-03-08 21:54:02 +00:00
2002-07-10 06:57:54 +00:00
2002-07-10 06:57:54 +00:00
2001-11-10 01:16:28 +00:00
2002-04-13 22:51:26 +00:00
2002-07-10 06:57:54 +00:00
2002-05-11 12:42:23 +00:00
2001-11-10 01:16:28 +00:00
2002-07-10 06:57:54 +00:00
2002-07-10 06:57:54 +00:00
2002-01-12 15:56:13 +00:00
2002-03-12 13:33:20 +00:00
2002-06-05 06:45:27 +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