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
2001-10-11 19:38:40 +00:00
2002-05-30 16:50:38 +00:00
2001-10-16 01:24:29 +00:00
2001-10-16 01:24:29 +00:00
2002-06-16 10:16:42 +00:00
2002-05-31 13:10:24 +00:00
2002-02-13 18:21:51 +00:00
2002-03-09 18:56:38 +00:00
2002-05-31 13:11:48 +00:00
2002-02-16 12:39:58 +00:00
2002-02-16 12:39:58 +00:00
2002-02-16 12:39:58 +00:00
2002-02-16 12:39:58 +00:00
1999-04-23 22:13:45 +00:00
2002-02-16 12:39:58 +00:00
2001-07-30 23:57:25 +00:00
2002-02-16 12:39:58 +00:00
2001-07-30 23:57:25 +00:00
2002-02-16 12:39:58 +00:00
2001-10-24 21:21:12 +00:00
2002-04-15 09:53:47 +00:00
2002-02-23 01:00:44 +00:00
2002-05-15 17:52:19 +00:00
2002-02-13 18:21:51 +00:00
2002-02-28 12:44:05 +00:00
2000-02-22 18:45:11 +00:00
2002-02-16 12:39:58 +00:00
2002-07-10 06:57:54 +00:00
2002-03-14 09:53:30 +00:00
2002-06-03 15:27:52 +00:00
2002-06-27 05:03:12 +00:00
2002-05-31 13:13:51 +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-06-27 16:44:52 +00:00
2001-03-09 02:51:02 +00:00
2001-09-25 21:37:02 +00:00
2002-07-10 06:57:54 +00:00
2002-07-10 06:57:54 +00:00
2001-02-19 16:06:34 +00:00
2001-02-19 16:06:34 +00:00
2002-02-13 18:21:51 +00:00
2001-10-17 00:37:12 +00:00
2002-05-11 17:33:01 +00:00
2001-10-16 01:24:29 +00:00
2001-10-16 01:24:29 +00:00