summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-24 18:36:23 +0100
committerRich Salz <rsalz@openssl.org>2016-03-24 19:05:48 +0100
commitc3ddb263315c7196b488f384b3bc82cd474c8698 (patch)
tree463b4ed5142cc64fedd431a617c31bf19fcff47f /ms
parentVMS: $? might be huge enough to break line length limit, so don't print it (diff)
downloadopenssl-c3ddb263315c7196b488f384b3bc82cd474c8698.tar.xz
openssl-c3ddb263315c7196b488f384b3bc82cd474c8698.zip
More Borland removal.
And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ms')
-rw-r--r--ms/applink.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ms/applink.c b/ms/applink.c
index 2831b39e9a..c844b01887 100644
--- a/ms/applink.c
+++ b/ms/applink.c
@@ -75,16 +75,7 @@ extern "C" {
__declspec(dllexport)
void **
-# if defined(__BORLANDC__)
-/*
- * __stdcall appears to be the only way to get the name
- * decoration right with Borland C. Otherwise it works
- * purely incidentally, as we pass no parameters.
- */
- __stdcall
-# else
__cdecl
-# endif
OPENSSL_Applink(void)
{
static int once = 1;