Correction: openssl.c must get the long version of the apps_startup()
[openssl.git] / apps / apps.h
index 51733d7e0ecb06d662f031af8d502f5827da4f7b..d2da5d196d51e792a70865009e5959ad86bba456 100644 (file)
@@ -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)