summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-07-21 21:11:07 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-21 21:11:07 -0500
commit947381865918f7c560cfe69d79ab7db6f0aa4cc5 (patch)
treedc502e28757fa474064b17d36b98211c42cd47bc /include/asterisk/autoconfig.h.in
parent9372fe1b9579b27c59dc3a1a203a3e4307db653a (diff)
parent1d2173c7aed0587cdd434e69e89a3972a2642cd8 (diff)
Merge "res_srtp: Enable AES-256 and AES-GCM."
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 9d2a84c02..b48257ec0 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -841,6 +841,16 @@
/* Define to 1 if you have the Secure RTP library. */
#undef HAVE_SRTP
+/* Define to 1 if SRTP has the SRTP Library AES-192 (ICM) feature. */
+#undef HAVE_SRTP_192
+
+/* Define to 1 if SRTP has the SRTP Library AES-256 (ICM) feature. */
+#undef HAVE_SRTP_256
+
+/* Define to 1 if SRTP has the SRTP Library AES-128 (GCM) and AES-256 (GCM)
+ feature. */
+#undef HAVE_SRTP_GCM
+
/* Define to 1 if SRTP has the SRTP Library Shutdown Function feature. */
#undef HAVE_SRTP_SHUTDOWN