summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 624df9c929..e789a4ae27 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.191 2017/08/26 20:23:46 doug Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.192 2017/08/27 02:58:04 doug Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1348,6 +1348,15 @@ void tls1_get_formatlist(SSL *s, int client_formats, const uint8_t **pformats,
1348void tls1_get_curvelist(SSL *s, int client_curves, const uint16_t **pcurves, 1348void tls1_get_curvelist(SSL *s, int client_curves, const uint16_t **pcurves,
1349 size_t *pcurveslen); 1349 size_t *pcurveslen);
1350 1350
1351#ifndef OPENSSL_NO_SRTP
1352
1353int srtp_find_profile_by_name(char *profile_name,
1354 SRTP_PROTECTION_PROFILE **pptr, unsigned len);
1355int srtp_find_profile_by_num(unsigned profile_num,
1356 SRTP_PROTECTION_PROFILE **pptr);
1357
1358#endif /* OPENSSL_NO_SRTP */
1359
1351__END_HIDDEN_DECLS 1360__END_HIDDEN_DECLS
1352 1361
1353#endif 1362#endif