tor/src/common
teor b3f79da0d5 Silence unused variable warnings in find_cipher_by_id
Unused variable warnings were still generated under some versions of OpenSSL.
Instead, make sure all variables are used under all versions.

Fix on 496df21c89, not in any released version of tor.
2015-06-03 04:19:05 +10:00
..
address.c Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
address.h Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
aes.c Appease make check-spaces 2015-06-01 12:59:14 +00:00
aes.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
backtrace.c Merge remote-tracking branch 'public/bug14988_025' 2015-02-23 11:33:07 -05:00
backtrace.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
ciphers.inc Update ciphers.inc to match ff28 2014-04-08 11:42:07 -04:00
compat_libevent.c Remove workarounds for Libevent < 1.3. 2015-03-12 16:59:05 -04:00
compat_libevent.h Remove workarounds for Libevent < 1.3. 2015-03-12 16:59:05 -04:00
compat_pthreads.c Fix an incorrect comment on spawn_func 2015-06-03 04:18:43 +10:00
compat_threads.c Fix: check r < 0 before checking errno 2015-01-30 15:18:40 -05:00
compat_threads.h Fix check-spaces 2015-01-14 11:19:35 -05:00
compat_winthreads.c Fix check-spaces 2015-01-14 11:19:35 -05:00
compat.c Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
compat.h Merge branch 'ticket14710_squashed' 2015-03-31 14:37:09 -04:00
container.c Fix the position-check for ed25519 certs to work with annotations 2015-05-28 10:41:49 -04:00
container.h Merge branch '12498_ed25519_keys_v6' 2015-05-28 11:04:33 -04:00
crypto_curve25519.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_curve25519.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_ed25519.c Implement ed25519-signed descriptors 2015-05-28 10:40:56 -04:00
crypto_ed25519.h Appease make check-spaces 2015-06-01 12:59:14 +00:00
crypto_format.c Merge branch '12498_ed25519_keys_v6' 2015-05-28 11:04:33 -04:00
crypto_pwbox.c Silence spurious clang warnings 2014-10-30 22:34:46 +11:00
crypto_pwbox.h Rudimentary-but-sufficient passphrase-encrypted box code. 2014-09-25 11:58:13 -04:00
crypto_s2k.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto_s2k.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
crypto.c Add assertions to crypto_dh_dup() 2015-05-28 12:27:22 -04:00
crypto.h Merge branch '12498_ed25519_keys_v6' 2015-05-28 11:04:33 -04:00
di_ops.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
di_ops.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
include.am Drop support for --digests 2015-04-01 09:54:20 -04:00
linux_syscalls.inc Move code-generation scripts to scripts/codegen 2014-05-07 01:17:41 -04:00
log.c Merge remote-tracking branch 'public/bug15269' 2015-03-24 14:59:09 -04:00
Makefile.nmake Clean up the MVSC nmake files so they work again. 2014-09-09 10:27:05 -04:00
memarea.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
memarea.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
procmon.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
procmon.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
sandbox.c Fix sandbox use with systemd. bug 16212. 2015-05-28 14:05:46 -04:00
sandbox.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
testsupport.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
torgzip.c Merge remote-tracking branch 'public/feature11791' 2015-01-06 13:52:54 -05:00
torgzip.h Merge remote-tracking branch 'public/feature11791' 2015-01-06 13:52:54 -05:00
torint.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
torlog.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
tortls.c Silence unused variable warnings in find_cipher_by_id 2015-06-03 04:19:05 +10:00
tortls.h Merge branch '12498_ed25519_keys_v6' 2015-05-28 11:04:33 -04:00
util_process.c Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util_process.h Bump copyright dates to 2015, in case someday this matters. 2015-01-02 14:27:39 -05:00
util.c Merge branch 'writing_tests' 2015-05-07 15:29:56 -04:00
util.h Merge branch 'writing_tests' 2015-05-07 15:29:56 -04:00
workqueue.c Impose an upper limit on threads per threadpool. 2015-05-28 12:24:29 -04:00
workqueue.h Update workqueue implementation to use a single queue for the work 2015-01-15 11:05:22 -05:00