Move FFDH helper functions and macros to more suitable locations
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
63706628d0
commit
e7db09bede
6 changed files with 83 additions and 87 deletions
programs/ssl
|
@ -307,5 +307,9 @@ void test_hooks_free(void);
|
|||
|
||||
#endif /* !MBEDTLS_TEST_HOOKS */
|
||||
|
||||
/* Helper functions for FFDH groups. */
|
||||
uint16_t mbedtls_ssl_ffdh_group_from_name(const char *name);
|
||||
uint16_t *mbedtls_ssl_ffdh_supported_groups(void);
|
||||
|
||||
#endif /* MBEDTLS_SSL_TEST_IMPOSSIBLE conditions: else */
|
||||
#endif /* MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue