aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cpt_err.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for dynamically created and destroyed mutexes. This willRichard Levitte2000-06-181-0/+2
| | | | | | | | | be needed in some ENGINE code, and might serve elsewhere as well. Note that it's implemented in such a way that the locking itself is done through the same CRYPTO_lock function as the static locks. WARNING: This is currently experimental and untested code (it will get tested soon, though :-)).
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
|
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-52/+60
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+2
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+86