commit | a41ab9326c8f0f7eb738e5d51a239a2b9e276361 | [log] [tgz] |
---|---|---|
author | tfarina <tfarina@chromium.org> | Fri Oct 30 23:08:48 2015 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 30 23:08:54 2015 |
tree | 3366e216ef79b25b8b9ea91709757d1fd657cf77 | |
parent | 5c3da4b6e9bdc787a3c1f25c0ff0c16a4271fd26 [diff] [blame] |
Switch usage of _DEBUG macro to NDEBUG. http://stackoverflow.com/a/29253284/5237416 BUG=None R=tommi@webrtc.org NOPRESUBMIT=true Review URL: https://codereview.webrtc.org/1429513004 Cr-Commit-Position: refs/heads/master@{#10468}
diff --git a/webrtc/base/opensslstreamadapter.cc b/webrtc/base/opensslstreamadapter.cc index 67ed5db..9c3a09e 100644 --- a/webrtc/base/opensslstreamadapter.cc +++ b/webrtc/base/opensslstreamadapter.cc
@@ -994,7 +994,7 @@ return NULL; } -#ifdef _DEBUG +#if !defined(NDEBUG) SSL_CTX_set_info_callback(ctx, OpenSSLAdapter::SSLInfoCallback); #endif