try to ifdef so we can still build against openssl older than 1.0.1 (but dtls would not work still in this case)

This commit is contained in:
Anthony Minessale
2013-02-04 14:12:48 -06:00
parent 5e2a71512b
commit ff532ec311
3 changed files with 17 additions and 4 deletions
+1
View File
@@ -511,6 +511,7 @@ SWITCH_DECLARE(void) switch_rtp_set_interdigit_delay(switch_rtp_t *rtp_session,
SWITCH_DECLARE(switch_status_t) switch_rtp_add_dtls(switch_rtp_t *rtp_session, dtls_fingerprint_t *local_fp, dtls_fingerprint_t *remote_fp, dtls_type_t type);
SWITCH_DECLARE(int) switch_rtp_has_dtls(void);
/*!
\}