summaryrefslogtreecommitdiff
path: root/ms/applink.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-221-1/+1
| | | | | Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14986)
* Link with uplink moduleTanzinul Islam2021-04-191-0/+6
| | | | | | | | | | | | The Clang-based `bcc32c.exe` expects AT&T syntax for inline assembly. References: - http://docwiki.embarcadero.com/RADStudio/Sydney/en/Differences_Between_Clang-enhanced_C%2B%2B_Compilers_and_Previous-Generation_C%2B%2B_Compilers#Inline_Assembly - https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html - https://sourceware.org/binutils/docs/as/i386_002dVariations.html Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13540)
* Following the license change, modify the boilerplates in ms/Richard Levitte2018-12-061-1/+1
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7769)
* 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.