diff options
author | Rich Salz <rsalz@openssl.org> | 2015-01-12 23:29:26 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-01-12 23:30:54 +0100 |
commit | 6d23cf97443bfedf755341b4f2d0d7fce254e020 (patch) | |
tree | ef52ffc0029a579d35439f2dc0ba2deee966ed93 /apps/engine.c | |
parent | Allow multiple IDN xn-- indicators (diff) | |
download | openssl-6d23cf97443bfedf755341b4f2d0d7fce254e020.tar.xz openssl-6d23cf97443bfedf755341b4f2d0d7fce254e020.zip |
RT3548: Remove unsupported platforms
This last one for this ticket. Removes WIN16.
So long, MS_CALLBACK and MS_FAR. We won't miss you.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/engine.c')
-rw-r--r-- | apps/engine.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/engine.c b/apps/engine.c index 9a0294398e..04d4f73cd4 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -60,9 +60,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#ifdef OPENSSL_NO_STDIO -#define APPS_WIN16 -#endif #include "apps.h" #include <openssl/err.h> #ifndef OPENSSL_NO_ENGINE |