diff options
Diffstat (limited to 'include/openssl/applink.c')
-rw-r--r-- | include/openssl/applink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/applink.c b/include/openssl/applink.c index e082fa4c24..2908c522aa 100644 --- a/include/openssl/applink.c +++ b/include/openssl/applink.c @@ -1,4 +1,4 @@ -#define APPLINK_STDIN 1
+#define APPLINK_STDIN 1
#define APPLINK_STDOUT 2
#define APPLINK_STDERR 3
#define APPLINK_FPRINTF 4
|