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-02-13 18:21:51 +00:00
2002-04-15 09:53:47 +00:00
2002-02-13 18:21:51 +00:00
2000-02-22 18:45:11 +00:00
2002-07-10 06:57:54 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-10-10 21:37:45 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2001-09-07 12:03:24 +00:00
2002-07-10 06:57:54 +00:00
2002-07-10 06:57:54 +00:00
2002-02-13 18:21:51 +00:00
2002-05-11 17:33:01 +00:00