diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-14 20:21:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-14 20:21:59 -0400 |
commit | 05e2750ea710b26b737c25bb9c7b43c2ad7e8062 (patch) | |
tree | 5a748a375176acc1319cc99ded8a5785dd4b577e /src | |
parent | 227d3b3d6b0955fe4f0cf1d2081b2ce9649de248 (diff) | |
download | tor-05e2750ea710b26b737c25bb9c7b43c2ad7e8062.tar.gz tor-05e2750ea710b26b737c25bb9c7b43c2ad7e8062.zip |
whoops; blank line
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test_tortls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c index f8fd7affe6..3a048fb1f0 100644 --- a/src/test/test_tortls.c +++ b/src/test/test_tortls.c @@ -12,7 +12,6 @@ #include "compat.h" - /* Some versions of OpenSSL declare SSL_get_selected_srtp_profile twice in * srtp.h. Suppress the GCC warning so we can build with -Wredundant-decl. */ DISABLE_GCC_WARNING(redundant-decls) |