diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-10-23 19:46:02 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-10-23 19:46:02 +0000 |
commit | e9fcefce9bb70f20c272a996443928c5f6ab8cd8 (patch) | |
tree | ae816a5a768ec78af3610e509ca39507b33aa9f7 /ssl/d1_srtp.c | |
parent | c07d7b3a386974c338492659291008bed07948e6 (diff) |
Diffstat (limited to 'ssl/d1_srtp.c')
-rw-r--r-- | ssl/d1_srtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c index 6c6e07ce902bd..64d0634a381ea 100644 --- a/ssl/d1_srtp.c +++ b/ssl/d1_srtp.c @@ -117,11 +117,10 @@ #include <stdio.h> #include <openssl/objects.h> #include "ssl_locl.h" +#include "srtp.h" #ifndef OPENSSL_NO_SRTP -# include "srtp.h" - static SRTP_PROTECTION_PROFILE srtp_known_profiles[] = { { "SRTP_AES128_CM_SHA1_80", |