diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-17 13:20:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-17 13:20:31 +0000 |
commit | 4a12014aa012c1b43fa00c5e8c10e248b8ccc817 (patch) | |
tree | 708fd6aa675d3506e9cff1d8d816758325873d74 /lib/libcrypto/rc5 | |
parent | 4a6546f85627673ee697198e1872fcefb4c1a0d5 (diff) |
OPENSSL_DECLARE_EXIT serves no purpose.
Diffstat (limited to 'lib/libcrypto/rc5')
-rw-r--r-- | lib/libcrypto/rc5/rc5speed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/rc5/rc5speed.c b/lib/libcrypto/rc5/rc5speed.c index 3bcc8f49c0a..2e17321ebc1 100644 --- a/lib/libcrypto/rc5/rc5speed.c +++ b/lib/libcrypto/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> |