Skip to content

Commit 154c825

Browse files
committed
Fixed import
1 parent e0ce207 commit 154c825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

https.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <openssl/ssl.h>
2727
#include <openssl/x509v3.h>
2828

29-
#include "cacert.h"
29+
#include "cacerts.pem"
3030
#include "http_parser.h"
3131
#include "https.h"
3232
#include "match.h"

0 commit comments

Comments
 (0)