summaryrefslogtreecommitdiff
path: root/crypto/ex_data.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings with -pedantic, specifically:steve2008-07-041-1/+1
* More type-checking.ben2008-06-041-8/+8
* Stop warning about extra ';' outside of function.steve2008-05-311-2/+2
* LHASH revamp. make depend.ben2008-05-261-11/+15
* Avoid warnings.steve2008-02-281-1/+1
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-5/+1
* Relax some over-zealous constification that gave some lhash-based code nogeoff2003-10-291-1/+1
* Redo type-safety fix.ben2001-09-071-2/+1
* OpenSSL copyright notices ...bodo2001-09-041-0/+53
* Convert "max" to "mx" for variable names (brought to my attention by Stevegeoff2001-09-021-25/+26
* Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.ben2001-09-021-4/+3
* First step in fixing "ex_data" support. Warning: big commit log ...geoff2001-09-011-110/+456
* Comment correction.bodo2000-12-181-2/+4
* Locking issues.bodo2000-12-151-0/+13
* Constification of CRYPTO_get_ex_data() needed for the sake oflevitte2000-11-061-1/+1
* CRYPTO_get_ex_new_index would never return an error.levitte2000-10-161-1/+1
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-2/+2
* Tidy up CRYPTO_EX_DATA structures.steve2000-01-231-20/+20
* Make the perl module compile and eliminate some of the warnings.ulf1999-07-221-1/+1
* New functions sk_set, sk_value and sk_num to replace existing macros: this issteve1999-05-191-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-3/+3
* Change functions to ANSI C.ulf1999-04-191-29/+16
* Initial revisionrse1998-12-211-0/+236