openssl/crypto/pem
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
message Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pem.h Some C compilers produce warnings or compilation errors if an attempt 2005-05-12 23:01:44 +00:00
pem2.h Try to avoid double declaration of ERR_load_PEM_strings(). 2002-06-27 17:06:28 +00:00
pem_all.c Give everything prototypes (well, everything that's actually used). 2005-03-31 09:26:39 +00:00
pem_err.c Fix more error codes. 2005-05-11 03:45:39 +00:00
pem_info.c Stop compiler warnings about deprecated lvalue casts. 2005-04-20 21:39:13 +00:00
pem_lib.c Fix more error codes. 2005-05-11 03:45:39 +00:00
pem_oth.c Consistency. 2005-03-31 13:57:54 +00:00
pem_pk8.c Fix more error codes. 2005-05-11 03:45:39 +00:00
pem_pkey.c Fix more error codes. 2005-05-11 03:45:39 +00:00
pem_seal.c (oops) Apologies all, that last header-cleanup commit was from the wrong 2004-04-19 18:09:28 +00:00
pem_sign.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
pem_x509.c First of several reorganisations to 2001-07-26 22:34:45 +00:00
pem_xaux.c Add the ASN.1 structures and functions for CertificatePair, which is 2002-11-18 23:54:27 +00:00
pkcs7.lis Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00