aboutsummaryrefslogtreecommitdiff
path: root/crypto/ex_data.c
AgeCommit message (Collapse)AuthorFilesLines
2000-11-06Constification of CRYPTO_get_ex_data() needed for the sake ofRichard Levitte1-1/+1
RSA_get_ext_data().
2000-10-16CRYPTO_get_ex_new_index would never return an error.Richard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-20/+20
1999-07-22Make the perl module compile and eliminate some of the warnings.Ulf Möller1-1/+1
Still doesn't work (the destructor on BIO and SSL is called immediately after creating the object. Why that??)
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-2/+2
to minimise the effects on existing code.
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-26/+8
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-3/+8
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-0/+236