Index: webrtc/pc/externalhmac.cc |
diff --git a/webrtc/pc/externalhmac.cc b/webrtc/pc/externalhmac.cc |
index ec71833d752e57ba014edb4122b017e8b10ee6f2..2d3ff5f873de4d18c84b1b345591faa855787f82 100644 |
--- a/webrtc/pc/externalhmac.cc |
+++ b/webrtc/pc/externalhmac.cc |
@@ -19,7 +19,7 @@ |
#include "third_party/libsrtp/include/srtp.h" |
#endif // HAVE_SRTP |
-#if defined(HAVE_SRTP) && defined(ENABLE_EXTERNAL_AUTH) |
+#if defined(HAVE_SRTP) |
// Begin test case 0 */ |
static const uint8_t kExternalHmacTestCase0Key[20] = { |
@@ -151,4 +151,4 @@ srtp_err_status_t external_crypto_init() { |
return srtp_err_status_ok; |
} |
-#endif // defined(HAVE_SRTP) && defined(ENABLE_EXTERNAL_AUTH) |
+#endif // defined(HAVE_SRTP) |