diff options
author | jsing <> | 2014-05-23 16:15:52 +0000 |
---|---|---|
committer | jsing <> | 2014-05-23 16:15:52 +0000 |
commit | 09cf0324d50cd6f725d8d509f97e131f8e401c79 (patch) | |
tree | f6afd98489899e994afbd7dd0e246e41847a1d2a /src | |
parent | 76239d9bd4d0cc5be88967253bdce2d127b6c88f (diff) | |
download | openbsd-09cf0324d50cd6f725d8d509f97e131f8e401c79.tar.gz openbsd-09cf0324d50cd6f725d8d509f97e131f8e401c79.tar.bz2 openbsd-09cf0324d50cd6f725d8d509f97e131f8e401c79.zip |
Stop pulling signal.h into apps.h - just include it from openssl.c where
it is needed.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/apps.h | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/apps/openssl.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/apps.h b/src/lib/libssl/src/apps/apps.h index 31b2c8d18f..7a5caa1bc3 100644 --- a/src/lib/libssl/src/apps/apps.h +++ b/src/lib/libssl/src/apps/apps.h | |||
@@ -112,8 +112,6 @@ | |||
112 | #ifndef HEADER_APPS_H | 112 | #ifndef HEADER_APPS_H |
113 | #define HEADER_APPS_H | 113 | #define HEADER_APPS_H |
114 | 114 | ||
115 | #include <signal.h> | ||
116 | |||
117 | #include <openssl/bio.h> | 115 | #include <openssl/bio.h> |
118 | #include <openssl/conf.h> | 116 | #include <openssl/conf.h> |
119 | #include <openssl/e_os2.h> | 117 | #include <openssl/e_os2.h> |
diff --git a/src/lib/libssl/src/apps/openssl.c b/src/lib/libssl/src/apps/openssl.c index 272df02878..cec1c203f2 100644 --- a/src/lib/libssl/src/apps/openssl.c +++ b/src/lib/libssl/src/apps/openssl.c | |||
@@ -110,6 +110,7 @@ | |||
110 | */ | 110 | */ |
111 | 111 | ||
112 | #include <err.h> | 112 | #include <err.h> |
113 | #include <signal.h> | ||
113 | #include <stdio.h> | 114 | #include <stdio.h> |
114 | #include <string.h> | 115 | #include <string.h> |
115 | #include <stdlib.h> | 116 | #include <stdlib.h> |