From: Richard Mudgett Date: Mon, 18 Jun 2018 18:17:49 +0000 (-0500) Subject: tcptls.h: Remove redundant SSL_CTX typedef. X-Git-Tag: 15.5.0-rc1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ebfa45b52bde82b11b7142af36583c9c4b453f;p=thirdparty%2Fasterisk.git 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 --- 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"