mirror of
https://github.com/curl/curl.git
synced 2026-06-04 07:34:15 +03:00
openssl: add missing includes
lib/vtls/openssl.c uses OpenSSL APIs from BUF_MEM and BIO APIs. Include their headers directly rather than relying on other OpenSSL headers including things. Closes https://github.com/curl/curl/pull/1891
This commit is contained in:
parent
93843c372f
commit
843200c5b9
1 changed files with 2 additions and 0 deletions
|
|
@ -66,6 +66,8 @@
|
|||
#include <openssl/conf.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/rsa.h>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/buffer.h>
|
||||
|
||||
#ifdef HAVE_OPENSSL_PKCS12_H
|
||||
#include <openssl/pkcs12.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue