diff options
author | deraadt <> | 2014-04-17 13:20:30 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-17 13:20:30 +0000 |
commit | 7ad1208f94a29e0dfdadce0acbd3031452d8c3b7 (patch) | |
tree | 7026f16eac3c07737c7530805b42c15fb4ae3d19 /src/lib/libcrypto/rc4/rc4speed.c | |
parent | fbb73ea40e595f9973fcee43ad0749ea37c526cd (diff) | |
download | openbsd-7ad1208f94a29e0dfdadce0acbd3031452d8c3b7.tar.gz openbsd-7ad1208f94a29e0dfdadce0acbd3031452d8c3b7.tar.bz2 openbsd-7ad1208f94a29e0dfdadce0acbd3031452d8c3b7.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> |