Dr. Stephen Henson fe86616c72 Some C compilers produce warnings or compilation errors if an attempt
is made to directly cast a function of one type to what it considers and
incompatible type. In particular gcc 3.4.2.

Add new openssl_fcast macro to place functions into a form where the compiler
will allow them to be cast.

The current version achives this by casting to: void function(void).
2005-05-12 23:01:44 +00:00
..
2005-03-30 13:05:57 +00:00
2005-05-11 03:45:39 +00:00
2005-05-11 03:45:39 +00:00
2005-03-31 13:57:54 +00:00
2005-05-11 03:45:39 +00:00
2005-05-11 03:45:39 +00:00
2001-07-26 22:34:45 +00:00