openssl/crypto/stack
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
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
Makefile Blow away Makefile.ssl. 2005-03-30 13:05:57 +00:00
safestack.h Some C compilers produce warnings or compilation errors if an attempt 2005-05-12 23:01:44 +00:00
stack.c Oops! 2004-10-04 17:28:31 +00:00
stack.h Fix race condition when CRL checking is enabled. 2004-10-04 16:30:12 +00:00