libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
root.h
Go to the documentation of this file.
1#ifndef LIBFETCH_ROOT_H
2#define LIBFETCH_ROOT_H
3
4#if defined(LIBFETCH_TLS_ENABLED)
5
6#include <openssl/ssl.h>
7#include <stdbool.h>
8
28bool load_platform_root_certificates(SSL_CTX *ssl_ctx);
29
30#endif /* LIBFETCH_TLS_ENABLED */
31
32#endif /* LIBFETCH_ROOT_H */