Skip to content

Commit da746c6

Browse files
authored
SSLClient::set_ca_cert_store: mark as inline (#435)
1 parent 3451da9 commit da746c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4756,7 +4756,7 @@ inline void SSLClient::set_ca_cert_path(const char *ca_cert_file_path,
47564756
if (ca_cert_dir_path) { ca_cert_dir_path_ = ca_cert_dir_path; }
47574757
}
47584758

4759-
void SSLClient::set_ca_cert_store(X509_STORE *ca_cert_store) {
4759+
inline void SSLClient::set_ca_cert_store(X509_STORE *ca_cert_store) {
47604760
if (ca_cert_store) { ca_cert_store_ = ca_cert_store; }
47614761
}
47624762

0 commit comments

Comments
 (0)