Asterisk - The Open Source Telephony Project GIT-master-f36a736
Functions
libasteriskssl.c File Reference

Common OpenSSL support code. More...

#include "asterisk.h"
#include "asterisk/_private.h"
Include dependency graph for libasteriskssl.c:

Go to the source code of this file.

Functions

int ast_ssl_init (void)
 

Detailed Description

Common OpenSSL support code.

Author
Russell Bryant russe.nosp@m.ll@d.nosp@m.igium.nosp@m..com

Definition in file libasteriskssl.c.

Function Documentation

◆ ast_ssl_init()

int ast_ssl_init ( void  )

Provided by ssl.c

Definition at line 205 of file libasteriskssl.c.

206{
207 return 0;
208}

Referenced by asterisk_daemon().