diff options
author | 2014-04-17 13:20:30 +0000 | |
---|---|---|
committer | 2014-04-17 13:20:30 +0000 | |
commit | 13d09795580ecd4584dec0d9c64220bea70b8031 (patch) | |
tree | 446c2a5cc7dcec51f903ca6ccd94b95c33599666 /lib/libcrypto/rc2/rc2speed.c | |
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/libcrypto/rc2/rc2speed.c')
-rw-r--r-- | lib/libcrypto/rc2/rc2speed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/rc2/rc2speed.c b/lib/libcrypto/rc2/rc2speed.c index 31bfc453f5c..1c90ca3e36e 100644 --- a/lib/libcrypto/rc2/rc2speed.c +++ b/lib/libcrypto/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> |