Remove deprecated SSLAdapter::SetIdentity.
Bug: webrtc:10198 Change-Id: I675bc08bffa2774546357fb0b554bd52ca69c095 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173465 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31061}
This commit is contained in:
committed by
Commit Bot
parent
cc34441554
commit
dce61741f6
@ -70,7 +70,6 @@ class SSLAdapter : public AsyncSocketAdapter {
|
||||
|
||||
// Set the certificate this socket will present to incoming clients.
|
||||
// Takes ownership of |identity|.
|
||||
RTC_DEPRECATED virtual void SetIdentity(SSLIdentity* identity) = 0;
|
||||
virtual void SetIdentity(std::unique_ptr<SSLIdentity> identity) = 0;
|
||||
|
||||
// Choose whether the socket acts as a server socket or client socket.
|
||||
|
||||
Reference in New Issue
Block a user