Handle HKDF key derivation when building with OpenSSL.

Change-Id: I3fd503109190d6a94e15576312c9cb79906a7f61
Bug: webrtc:10160
Reviewed-on: https://webrtc-review.googlesource.com/c/122622
Commit-Queue: Benjamin Wright <benwright@webrtc.org>
Reviewed-by: Qingsi Wang <qingsi@webrtc.org>
Reviewed-by: Benjamin Wright <benwright@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26669}
This commit is contained in:
Sergey Sablin
2019-02-12 18:30:45 -08:00
committed by Commit Bot
parent 5e2aad1c95
commit 3c119fb793
3 changed files with 37 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#ifndef RTC_BASE_OPENSSL_DIGEST_H_
#define RTC_BASE_OPENSSL_DIGEST_H_
#include <openssl/base.h>
#include <openssl/ossl_typ.h>
#include <stddef.h>
#include <string>