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:
Edward Tomasz Napierala 2017-08-01 01:47:45 +01:00
commit 96f4fe10c6
3 changed files with 34 additions and 3 deletions

View file

@ -0,0 +1,6 @@
#ifndef __NETWORK_OPENSSL_H
#define __NETWORK_OPENSSL_H
gboolean irssi_ssl_init(void);
#endif /* !__NETWORK_OPENSSL_H */