aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
Commit message (Collapse)AuthorAgeFilesLines
* Make more short aliases for symbols that are longer than 31Richard Levitte2001-05-141-0/+14
| | | | characters.
* Some EC function names are really long. Make aliases for VMS on VAX.Richard Levitte2001-03-081-0/+39
|
* Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte2001-02-221-0/+2
| | | | there's no point creating an alias for it.
* A new bunch of too long symbols to hack.Richard Levitte2001-02-201-0/+14
| | | | OCSP_CRLID_new and OCSP_crlID_new clash on case-insensitive systems.
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
| | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+35
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* A couple of more names need to be shortened for VMS on VAX.Richard Levitte2000-09-171-0/+4
|
* More VMS synchronisationRichard Levitte2000-09-091-2/+25
|
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-071-0/+127
centralise those hacks in crypto/symhacks.h and use it everywhere it's needed.