Remove private SRTP include

Bug: chromium:40272799
Change-Id: I42a63497aa8321475bd3e2604376c1514ecd623e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/357543
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42669}
This commit is contained in:
Björn Terelius 2024-07-22 11:38:01 +02:00 committed by WebRTC LUCI CQ
parent f065ff85e2
commit 8089959877
2 changed files with 1 additions and 2 deletions

View File

@ -30,9 +30,9 @@
#include <stdint.h>
#include "third_party/libsrtp/crypto/include/auth.h"
#include "third_party/libsrtp/crypto/include/crypto_types.h"
#include "third_party/libsrtp/include/srtp.h"
#include "third_party/libsrtp/include/srtp_priv.h"
#define EXTERNAL_HMAC_SHA1 SRTP_HMAC_SHA1 + 1
#define HMAC_KEY_LENGTH 20

View File

@ -20,7 +20,6 @@
# LIBSRTP overrides
{ include: ['"rdbx.h"', "private", '"third_party/libsrtp/include/srtp_priv.h"', "public"] },
{ include: ['"auth.h"', "private", '"third_party/libsrtp/include/srtp_priv.h"', "public"] },
# pthread internals
{ include: ['<bits/pthread_types.h>', "private", '<pthread.h>', "public"] },