Skip to content

Commit a2c4bb3

Browse files
committed
[fix] Add missing header includes
1 parent 2da5097 commit a2c4bb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/api/crypto.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include <openssl/bio.h>
3232
#include <openssl/bn.h>
33+
#include <openssl/crypto.h>
3334
#include <openssl/engine.h>
3435
#include <openssl/err.h>
3536
#include <openssl/evp.h>

src/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include <tuple>
5454

5555
#include <openssl/opensslv.h>
56+
#include <openssl/conf.h>
5657

5758
using namespace pipy;
5859

0 commit comments

Comments
 (0)