Merge "tcptls.h: Remove redundant SSL_CTX typedef."

This commit is contained in:
Jenkins2 2018-06-20 06:04:26 -05:00 committed by Gerrit Code Review
commit 6015507496

View file

@ -58,9 +58,6 @@
#include "asterisk/netsock2.h" /* for ast_sockaddr */
#include "asterisk/utils.h" /* for ast_flags */
struct ssl_ctx_st; /* forward declaration */
typedef struct ssl_ctx_st SSL_CTX;
/*! SSL support */
#define AST_CERTFILE "asterisk.pem"