diff options
author | 2014-04-17 13:20:30 +0000 | |
---|---|---|
committer | 2014-04-17 13:20:30 +0000 | |
commit | 13d09795580ecd4584dec0d9c64220bea70b8031 (patch) | |
tree | 446c2a5cc7dcec51f903ca6ccd94b95c33599666 /lib/libssl/src | |
parent | In debug output, print loop ids as decimals and port ids as 24bit hex. (diff) | |
download | wireguard-openbsd-13d09795580ecd4584dec0d9c64220bea70b8031.tar.xz wireguard-openbsd-13d09795580ecd4584dec0d9c64220bea70b8031.zip |
OPENSSL_DECLARE_EXIT serves no purpose.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/bf/bf_opts.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/bf/bfspeed.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/cast/cast_spd.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/cast/castopts.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/des/speed.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/idea/idea_spd.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc2/rc2speed.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc4/rc4speed.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/rc5/rc5speed.c | 1 | ||||
-rw-r--r-- | lib/libssl/src/e_os2.h | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/lib/libssl/src/crypto/bf/bf_opts.c b/lib/libssl/src/crypto/bf/bf_opts.c index 7a2a8b571c6..da7a48740ed 100644 --- a/lib/libssl/src/crypto/bf/bf_opts.c +++ b/lib/libssl/src/crypto/bf/bf_opts.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/bf/bfspeed.c b/lib/libssl/src/crypto/bf/bfspeed.c index 4fbf81d00c7..3eb8c15c651 100644 --- a/lib/libssl/src/crypto/bf/bfspeed.c +++ b/lib/libssl/src/crypto/bf/bfspeed.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/cast/cast_spd.c b/lib/libssl/src/crypto/cast/cast_spd.c index 0f99e0e570d..46eb2ee8cc4 100644 --- a/lib/libssl/src/crypto/cast/cast_spd.c +++ b/lib/libssl/src/crypto/cast/cast_spd.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/cast/castopts.c b/lib/libssl/src/crypto/cast/castopts.c index f18a49bd6ee..e5945771606 100644 --- a/lib/libssl/src/crypto/cast/castopts.c +++ b/lib/libssl/src/crypto/cast/castopts.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/des/speed.c b/lib/libssl/src/crypto/des/speed.c index 67a8edf00ff..2f52c1c40f2 100644 --- a/lib/libssl/src/crypto/des/speed.c +++ b/lib/libssl/src/crypto/des/speed.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/idea/idea_spd.c b/lib/libssl/src/crypto/idea/idea_spd.c index cce4be9e6fb..7905b779266 100644 --- a/lib/libssl/src/crypto/idea/idea_spd.c +++ b/lib/libssl/src/crypto/idea/idea_spd.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/rc2/rc2speed.c b/lib/libssl/src/crypto/rc2/rc2speed.c index 31bfc453f5c..1c90ca3e36e 100644 --- a/lib/libssl/src/crypto/rc2/rc2speed.c +++ b/lib/libssl/src/crypto/rc2/rc2speed.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/rc4/rc4speed.c b/lib/libssl/src/crypto/rc4/rc4speed.c index a1207231fa9..a495a738442 100644 --- a/lib/libssl/src/crypto/rc4/rc4speed.c +++ b/lib/libssl/src/crypto/rc4/rc4speed.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/crypto/rc5/rc5speed.c b/lib/libssl/src/crypto/rc5/rc5speed.c index 3bcc8f49c0a..2e17321ebc1 100644 --- a/lib/libssl/src/crypto/rc5/rc5speed.c +++ b/lib/libssl/src/crypto/rc5/rc5speed.c @@ -67,7 +67,6 @@ #include <openssl/e_os2.h> #include <unistd.h> -OPENSSL_DECLARE_EXIT #ifndef OPENSSL_SYS_NETWARE #include <signal.h> diff --git a/lib/libssl/src/e_os2.h b/lib/libssl/src/e_os2.h index 39f654074ac..68b2d10c882 100644 --- a/lib/libssl/src/e_os2.h +++ b/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 |