| Index: webrtc/pc/externalhmac.cc
 | 
| diff --git a/webrtc/pc/externalhmac.cc b/webrtc/pc/externalhmac.cc
 | 
| index 2d3ff5f873de4d18c84b1b345591faa855787f82..ec71833d752e57ba014edb4122b017e8b10ee6f2 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)
 | 
| +#if defined(HAVE_SRTP) && defined(ENABLE_EXTERNAL_AUTH)
 | 
|  
 | 
|  // Begin test case 0 */
 | 
|  static const uint8_t kExternalHmacTestCase0Key[20] = {
 | 
| @@ -151,4 +151,4 @@
 | 
|    return srtp_err_status_ok;
 | 
|  }
 | 
|  
 | 
| -#endif  // defined(HAVE_SRTP)
 | 
| +#endif  // defined(HAVE_SRTP) && defined(ENABLE_EXTERNAL_AUTH)
 | 
| 
 |