summaryrefslogtreecommitdiffstats
path: root/ms/applink.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add final(?) set of copyrights.Rich Salz2016-06-011-0/+9
| | | | | | | | | Add copyright to missing assembler files. Add copyrights to missing test/* files. Add copyrights Various source and misc files. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Revert part of applink/Borland commitRich Salz2016-03-241-1/+10
| | | | | | | This allows developer to glue DLL built with VC into their application compiled with Borland C. Reviewed-by: Andy Polyakov <appro@openssl.org>
* More Borland removal.Rich Salz2016-03-241-9/+0
| | | | | | And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte <levitte@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-72/+104
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
| | | | | | | Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Improve cross-compiler portability of applink.c module and mentionAndy Polyakov2005-11-091-1/+18
| | | | CRYPTO_malloc_init in FAQ.
* OPENSSL_Applink update.Andy Polyakov2005-05-171-6/+38
|
* Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov2004-05-251-0/+45
make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.