diff options
author | deraadt <> | 2014-04-17 13:20:30 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-17 13:20:30 +0000 |
commit | 9c0daba711f974dff593393027752f678730cc10 (patch) | |
tree | 7026f16eac3c07737c7530805b42c15fb4ae3d19 /src/lib/libcrypto/rc4/rc4speed.c | |
parent | db23630a69c385b130d22df984f16aa07cee6ba8 (diff) | |
download | openbsd-9c0daba711f974dff593393027752f678730cc10.tar.gz openbsd-9c0daba711f974dff593393027752f678730cc10.tar.bz2 openbsd-9c0daba711f974dff593393027752f678730cc10.zip |
OPENSSL_DECLARE_EXIT serves no purpose.
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4speed.c')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4speed.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |