From f0ebfa45b52bde82b11b7142af36583c9c4b453f Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Mon, 18 Jun 2018 13:17:49 -0500 Subject: [PATCH] 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 --- include/asterisk/tcptls.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/asterisk/tcptls.h b/include/asterisk/tcptls.h index 0a6e25e45b..0b943ce808 100644 --- a/include/asterisk/tcptls.h +++ b/include/asterisk/tcptls.h @@ -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" -- 2.47.2