From 7ad1208f94a29e0dfdadce0acbd3031452d8c3b7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 17 Apr 2014 13:20:30 +0000 Subject: OPENSSL_DECLARE_EXIT serves no purpose. --- src/lib/libcrypto/bf/bf_opts.c | 1 - src/lib/libcrypto/bf/bfspeed.c | 1 - src/lib/libcrypto/cast/cast_spd.c | 1 - src/lib/libcrypto/cast/castopts.c | 1 - src/lib/libcrypto/des/speed.c | 1 - src/lib/libcrypto/idea/idea_spd.c | 1 - src/lib/libcrypto/rc2/rc2speed.c | 1 - src/lib/libcrypto/rc4/rc4speed.c | 1 - src/lib/libcrypto/rc5/rc5speed.c | 1 - src/lib/libssl/src/crypto/bf/bf_opts.c | 1 - src/lib/libssl/src/crypto/bf/bfspeed.c | 1 - src/lib/libssl/src/crypto/cast/cast_spd.c | 1 - src/lib/libssl/src/crypto/cast/castopts.c | 1 - src/lib/libssl/src/crypto/des/speed.c | 1 - src/lib/libssl/src/crypto/idea/idea_spd.c | 1 - src/lib/libssl/src/crypto/rc2/rc2speed.c | 1 - src/lib/libssl/src/crypto/rc4/rc4speed.c | 1 - src/lib/libssl/src/crypto/rc5/rc5speed.c | 1 - src/lib/libssl/src/e_os2.h | 1 - 19 files changed, 19 deletions(-) (limited to 'src/lib') 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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 @@ #include #include -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include 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" { /* Specials for I/O an exit */ -# define OPENSSL_DECLARE_EXIT /* declared in unistd.h */ # define OPENSSL_EXPORT extern # define OPENSSL_IMPORT extern # define OPENSSL_GLOBAL -- cgit v1.2.3-55-g6feb