Skip to content
Snippets Groups Projects
Commit f0ebfa45 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

tcptls.h: Remove redundant SSL_CTX typedef.

It is invalid to typedef something more than once.  Though not all gcc
compilers on different OS's complain about it.

Change-Id: I5a7d4565990c985822d61ce75bde0b45f9870540
parent c14ff9a4
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,6 @@ ...@@ -58,9 +58,6 @@
#include "asterisk/netsock2.h" /* for ast_sockaddr */ #include "asterisk/netsock2.h" /* for ast_sockaddr */
#include "asterisk/utils.h" /* for ast_flags */ #include "asterisk/utils.h" /* for ast_flags */
struct ssl_ctx_st; /* forward declaration */
typedef struct ssl_ctx_st SSL_CTX;
/*! SSL support */ /*! SSL support */
#define AST_CERTFILE "asterisk.pem" #define AST_CERTFILE "asterisk.pem"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment