summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc2/rc2speed.c
diff options
context:
space:
mode:
authorderaadt <>2014-04-17 13:20:30 +0000
committerderaadt <>2014-04-17 13:20:30 +0000
commit7ad1208f94a29e0dfdadce0acbd3031452d8c3b7 (patch)
tree7026f16eac3c07737c7530805b42c15fb4ae3d19 /src/lib/libcrypto/rc2/rc2speed.c
parentfbb73ea40e595f9973fcee43ad0749ea37c526cd (diff)
downloadopenbsd-7ad1208f94a29e0dfdadce0acbd3031452d8c3b7.tar.gz
openbsd-7ad1208f94a29e0dfdadce0acbd3031452d8c3b7.tar.bz2
openbsd-7ad1208f94a29e0dfdadce0acbd3031452d8c3b7.zip
OPENSSL_DECLARE_EXIT serves no purpose.
Diffstat (limited to 'src/lib/libcrypto/rc2/rc2speed.c')
-rw-r--r--src/lib/libcrypto/rc2/rc2speed.c1
1 files changed, 0 insertions, 1 deletions
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 @@
67 67
68#include <openssl/e_os2.h> 68#include <openssl/e_os2.h>
69#include <unistd.h> 69#include <unistd.h>
70OPENSSL_DECLARE_EXIT
71 70
72#ifndef OPENSSL_SYS_NETWARE 71#ifndef OPENSSL_SYS_NETWARE
73#include <signal.h> 72#include <signal.h>