Bodo Möller
edf0bfb52b
Change type of various DES function arguments from des_cblock
...
(meaning pointer to char) to des_cblock * (meaning pointer to
array with 8 char elements), which allows the compiler to
do more typechecking. (The changed argument types were of type
des_cblock * back in SSLeay, and a lot of ugly casts were
used then to turn them into pointers to elements; but it can be
done without those casts.)
Introduce new type const_des_cblock -- before, the pointers rather
than the elements pointed to were declared const, and for
some reason gcc did not complain about this (but some other
compilers did).
1999-05-16 12:26:16 +00:00
..
1998-12-21 10:52:47 +00:00
1998-12-21 11:00:56 +00:00
1998-12-21 10:52:47 +00:00
1999-04-29 16:04:54 +00:00
1999-05-13 11:37:32 +00:00
1999-04-26 16:43:10 +00:00
1999-05-15 20:33:15 +00:00
1998-12-21 11:00:56 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1999-05-13 11:37:32 +00:00
1999-05-13 11:37:32 +00:00
1999-01-02 16:02:24 +00:00
1999-01-02 16:02:24 +00:00
1998-12-21 10:56:39 +00:00
1999-04-27 01:14:46 +00:00
1998-12-21 10:52:47 +00:00
1999-05-04 08:56:51 +00:00
1999-04-26 16:43:10 +00:00
1999-01-02 16:02:24 +00:00
1999-05-11 15:44:58 +00:00
1998-12-21 10:52:47 +00:00
1999-04-27 01:14:46 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1999-01-09 17:29:34 +00:00
1999-01-09 17:29:34 +00:00
1999-04-27 01:14:46 +00:00
1998-12-21 10:56:39 +00:00
1999-04-27 01:14:46 +00:00
1999-05-13 11:37:32 +00:00
1999-05-13 17:25:05 +00:00
1999-04-23 22:13:45 +00:00
1999-04-27 01:14:46 +00:00
1999-04-27 01:14:46 +00:00
1999-04-27 01:14:46 +00:00
1999-05-13 11:37:32 +00:00
1999-05-13 11:37:32 +00:00
1999-05-15 13:38:48 +00:00
1999-04-26 16:43:10 +00:00
1998-12-21 11:00:56 +00:00
1999-05-13 11:37:32 +00:00
1999-05-13 11:37:32 +00:00
1999-05-16 12:17:20 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1999-04-27 01:14:46 +00:00
1999-04-23 22:13:45 +00:00
1999-05-16 12:01:49 +00:00
1998-12-21 11:00:56 +00:00
1999-04-27 11:56:15 +00:00
1999-04-27 11:56:15 +00:00
1999-05-13 11:37:32 +00:00
1998-12-21 10:56:39 +00:00
1998-12-21 10:52:47 +00:00
1999-04-27 01:14:46 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 10:52:47 +00:00
1999-05-13 11:37:32 +00:00
1999-04-23 22:13:45 +00:00
1999-05-13 13:21:17 +00:00
1999-05-13 15:09:38 +00:00
1999-05-13 13:21:17 +00:00
1999-05-13 13:29:41 +00:00
1998-12-21 10:52:47 +00:00
1998-12-21 11:00:56 +00:00
1998-12-21 10:56:39 +00:00
1999-04-26 16:43:10 +00:00
1999-05-16 12:26:16 +00:00
1998-12-21 10:52:47 +00:00
1999-04-26 16:43:10 +00:00
1998-12-21 10:56:39 +00:00
1998-12-21 10:52:47 +00:00
1999-04-26 16:43:10 +00:00
1999-04-27 01:14:46 +00:00
1999-04-28 12:13:45 +00:00