mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Change the way we load default CA certificates so it works with Capsicum.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
aeaa420ad3
commit
96f4fe10c6
3 changed files with 34 additions and 3 deletions
6
src/core/network-openssl.h
Normal file
6
src/core/network-openssl.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef __NETWORK_OPENSSL_H
|
||||
#define __NETWORK_OPENSSL_H
|
||||
|
||||
gboolean irssi_ssl_init(void);
|
||||
|
||||
#endif /* !__NETWORK_OPENSSL_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue