summaryrefslogtreecommitdiffstats
path: root/ms/applink.c
AgeCommit message (Collapse)Author
2016-06-01Add final(?) set of copyrights.Rich Salz
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>
2016-03-24Revert part of applink/Borland commitRich Salz
This allows developer to glue DLL built with VC into their application compiled with Borland C. Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-03-24More Borland removal.Rich Salz
And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
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>
2005-11-09Improve cross-compiler portability of applink.c module and mentionAndy Polyakov
CRYPTO_malloc_init in FAQ.
2005-05-17OPENSSL_Applink update.Andy Polyakov
2004-05-25Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov
make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.