diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/bf/bf_opts.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/bf/bfspeed.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/cast/cast_spd.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/cast/castopts.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/des/speed.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/idea/idea_spd.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/rc2/rc2speed.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/rc4/rc4speed.c | 1 | ||||
-rw-r--r-- | src/lib/libcrypto/rc5/rc5speed.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/bf/bf_opts.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/bf/bfspeed.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/cast/cast_spd.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/cast/castopts.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/des/speed.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/idea/idea_spd.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/rc2/rc2speed.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/rc4/rc4speed.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/rc5/rc5speed.c | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/e_os2.h | 1 |
19 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/libcrypto/bf/bf_opts.c b/src/lib/libcrypto/bf/bf_opts.c index 7a2a8b571c..da7a48740e 100644 --- a/src/lib/libcrypto/bf/bf_opts.c +++ b/src/lib/libcrypto/bf/bf_opts.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/bf/bfspeed.c b/src/lib/libcrypto/bf/bfspeed.c index 4fbf81d00c..3eb8c15c65 100644 --- a/src/lib/libcrypto/bf/bfspeed.c +++ b/src/lib/libcrypto/bf/bfspeed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/cast/cast_spd.c b/src/lib/libcrypto/cast/cast_spd.c index 0f99e0e570..46eb2ee8cc 100644 --- a/src/lib/libcrypto/cast/cast_spd.c +++ b/src/lib/libcrypto/cast/cast_spd.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/cast/castopts.c b/src/lib/libcrypto/cast/castopts.c index f18a49bd6e..e594577160 100644 --- a/src/lib/libcrypto/cast/castopts.c +++ b/src/lib/libcrypto/cast/castopts.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/des/speed.c b/src/lib/libcrypto/des/speed.c index 67a8edf00f..2f52c1c40f 100644 --- a/src/lib/libcrypto/des/speed.c +++ b/src/lib/libcrypto/des/speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/idea/idea_spd.c b/src/lib/libcrypto/idea/idea_spd.c index cce4be9e6f..7905b77926 100644 --- a/src/lib/libcrypto/idea/idea_spd.c +++ b/src/lib/libcrypto/idea/idea_spd.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/rc2/rc2speed.c b/src/lib/libcrypto/rc2/rc2speed.c index 31bfc453f5..1c90ca3e36 100644 --- a/src/lib/libcrypto/rc2/rc2speed.c +++ b/src/lib/libcrypto/rc2/rc2speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/rc4/rc4speed.c b/src/lib/libcrypto/rc4/rc4speed.c index a1207231fa..a495a73844 100644 --- a/src/lib/libcrypto/rc4/rc4speed.c +++ b/src/lib/libcrypto/rc4/rc4speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libcrypto/rc5/rc5speed.c b/src/lib/libcrypto/rc5/rc5speed.c index 3bcc8f49c0..2e17321ebc 100644 --- a/src/lib/libcrypto/rc5/rc5speed.c +++ b/src/lib/libcrypto/rc5/rc5speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/bf/bf_opts.c b/src/lib/libssl/src/crypto/bf/bf_opts.c index 7a2a8b571c..da7a48740e 100644 --- a/src/lib/libssl/src/crypto/bf/bf_opts.c +++ b/src/lib/libssl/src/crypto/bf/bf_opts.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/bf/bfspeed.c b/src/lib/libssl/src/crypto/bf/bfspeed.c index 4fbf81d00c..3eb8c15c65 100644 --- a/src/lib/libssl/src/crypto/bf/bfspeed.c +++ b/src/lib/libssl/src/crypto/bf/bfspeed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/cast/cast_spd.c b/src/lib/libssl/src/crypto/cast/cast_spd.c index 0f99e0e570..46eb2ee8cc 100644 --- a/src/lib/libssl/src/crypto/cast/cast_spd.c +++ b/src/lib/libssl/src/crypto/cast/cast_spd.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/cast/castopts.c b/src/lib/libssl/src/crypto/cast/castopts.c index f18a49bd6e..e594577160 100644 --- a/src/lib/libssl/src/crypto/cast/castopts.c +++ b/src/lib/libssl/src/crypto/cast/castopts.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/des/speed.c b/src/lib/libssl/src/crypto/des/speed.c index 67a8edf00f..2f52c1c40f 100644 --- a/src/lib/libssl/src/crypto/des/speed.c +++ b/src/lib/libssl/src/crypto/des/speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/idea/idea_spd.c b/src/lib/libssl/src/crypto/idea/idea_spd.c index cce4be9e6f..7905b77926 100644 --- a/src/lib/libssl/src/crypto/idea/idea_spd.c +++ b/src/lib/libssl/src/crypto/idea/idea_spd.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/rc2/rc2speed.c b/src/lib/libssl/src/crypto/rc2/rc2speed.c index 31bfc453f5..1c90ca3e36 100644 --- a/src/lib/libssl/src/crypto/rc2/rc2speed.c +++ b/src/lib/libssl/src/crypto/rc2/rc2speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/rc4/rc4speed.c b/src/lib/libssl/src/crypto/rc4/rc4speed.c index a1207231fa..a495a73844 100644 --- a/src/lib/libssl/src/crypto/rc4/rc4speed.c +++ b/src/lib/libssl/src/crypto/rc4/rc4speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/crypto/rc5/rc5speed.c b/src/lib/libssl/src/crypto/rc5/rc5speed.c index 3bcc8f49c0..2e17321ebc 100644 --- a/src/lib/libssl/src/crypto/rc5/rc5speed.c +++ b/src/lib/libssl/src/crypto/rc5/rc5speed.c | |||
@@ -67,7 +67,6 @@ | |||
67 | 67 | ||
68 | #include <openssl/e_os2.h> | 68 | #include <openssl/e_os2.h> |
69 | #include <unistd.h> | 69 | #include <unistd.h> |
70 | OPENSSL_DECLARE_EXIT | ||
71 | 70 | ||
72 | #ifndef OPENSSL_SYS_NETWARE | 71 | #ifndef OPENSSL_SYS_NETWARE |
73 | #include <signal.h> | 72 | #include <signal.h> |
diff --git a/src/lib/libssl/src/e_os2.h b/src/lib/libssl/src/e_os2.h index 39f654074a..68b2d10c88 100644 --- a/src/lib/libssl/src/e_os2.h +++ b/src/lib/libssl/src/e_os2.h | |||
@@ -111,7 +111,6 @@ extern "C" { | |||
111 | 111 | ||
112 | 112 | ||
113 | /* Specials for I/O an exit */ | 113 | /* Specials for I/O an exit */ |
114 | # define OPENSSL_DECLARE_EXIT /* declared in unistd.h */ | ||
115 | # define OPENSSL_EXPORT extern | 114 | # define OPENSSL_EXPORT extern |
116 | # define OPENSSL_IMPORT extern | 115 | # define OPENSSL_IMPORT extern |
117 | # define OPENSSL_GLOBAL | 116 | # define OPENSSL_GLOBAL |