Remove deprecated ssl_identity methods

This is a followup to
https://webrtc-review.googlesource.com/c/src/+/170637

Bug: webrtc:11450
Change-Id: I69928ed7236c6a8a569c7dc0383f7debb4408179
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171224
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31086}
This commit is contained in:
Harald Alvestrand
2020-04-16 14:59:40 +02:00
committed by Commit Bot
parent 5c356bb9b1
commit b33a0ca1ee
8 changed files with 1 additions and 54 deletions

View File

@ -82,7 +82,6 @@ class OpenSSLIdentity final : public SSLIdentity {
const OpenSSLCertificate& certificate() const override;
const SSLCertChain& cert_chain() const override;
RTC_DEPRECATED OpenSSLIdentity* GetReference() const override;
// Configure an SSL context object to use our key and certificate.
bool ConfigureIdentity(SSL_CTX* ctx);