Fix compilation error of opensslutility.cc when compiling with OpenSSL.
https://webrtc-review.googlesource.com/c/64841/ added LogSSLErrors(..) with used two new OpenSSL ERR_get_error() and ERR_error_string_n() without including the proper header from OpenSSL. TBR=kwiberg@webrtc.org Bug: webrtc:9567 Change-Id: I118a5e18243828a3e3dfd287a0c41fe1bc5e4ad3 Reviewed-on: https://webrtc-review.googlesource.com/90820 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Benjamin Wright <benwright@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24136}
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
|
Reference in New Issue
Block a user