aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-05 21:39:20 +0000
committerBodo Möller <bodo@openssl.org>2000-02-05 21:39:20 +0000
commite290c7d4e02887cf3302e2902f08a14b8f1cf883 (patch)
treef2e6a800db51876eca2034c1fc2890b5c2d37b0e /apps/apps.h
parent29a28ee50321fd43e043a45874dda0b75d32a1c2 (diff)
downloadopenssl-e290c7d4e02887cf3302e2902f08a14b8f1cf883.tar.gz
Correction: openssl.c must get the long version of the apps_startup()
macro
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 51733d7e0e..d2da5d196d 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -113,7 +113,7 @@ extern BIO *bio_err;
#define do_pipe_sig()
#endif
-#if defined(MONOLITH)
+#if defined(MONOLITH) && !defined(OPENSSL_C)
# define apps_startup() do_pipe_sig()
#else
# if defined(MSDOS) || defined(WIN16) || defined(WIN32)