summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-07-22 11:50:59 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-22 11:50:59 -0500
commit804c3e6b9edaea2c9bf1882089192eacd2f97418 (patch)
treea3bbf102d12fa9b0db826768bd9d70da50587b02 /include/asterisk/autoconfig.h.in
parent5356e307dc236e55d8da23bf6f1cd057d72c9fa4 (diff)
parent2103ad1fecc85ba1a23b12a29ba6bb6e8cf7ca1b (diff)
Merge "res_srtp: Enable AES-256 and AES-GCM." into 14
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