diff --git a/include/srtp.h b/include/srtp.h index fa34daf64..3a3cf4bc9 100644 --- a/include/srtp.h +++ b/include/srtp.h @@ -1167,7 +1167,7 @@ typedef enum { srtp_profile_null_sha1_80 = 5, srtp_profile_null_sha1_32 = 6, srtp_profile_aead_aes_128_gcm = 7, - srtp_profile_aead_aes_256_gcm = 8, + srtp_profile_aead_aes_256_gcm = 8 } srtp_profile_t; /**