diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-20 10:39:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-20 10:39:07 -0400 |
commit | 90aeaa53cd3f6cf347cc0629db38079bc90ea80b (patch) | |
tree | b9d6f08153c0222fc100f7972d47d1a8149233e2 /src/common/tortls.c | |
parent | ae01864b5d3bc8a5e3b069025d9d7972ff1a21c3 (diff) | |
download | tor-90aeaa53cd3f6cf347cc0629db38079bc90ea80b.tar.gz tor-90aeaa53cd3f6cf347cc0629db38079bc90ea80b.zip |
Remove all use of the assert.h header
Nothing in Tor has actually called assert() for some while.
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index b22a5aa7c9..419d9c9316 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -19,7 +19,6 @@ #define TORTLS_PRIVATE #define TORTLS_OPENSSL_PRIVATE -#include <assert.h> #ifdef _WIN32 /*wrkard for dtls1.h >= 0.9.8m of "#include <winsock.h>"*/ #include <winsock2.h> #include <ws2tcpip.h> |