1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

ssl_test_lib: move declaration of query_config

Move from ssl_*2.c to ssl_test_lib.h:
* The declaration of query_config(). Also document it.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2021-01-05 21:41:27 +01:00
parent 67638d6828
commit 7f679c7bf4
3 changed files with 13 additions and 4 deletions

View File

@ -521,8 +521,6 @@ struct options
const char *mki; /* The dtls mki value to use */
} opt;
int query_config( const char *config );
#if defined(MBEDTLS_SSL_EXPORT_KEYS)
typedef struct eap_tls_keys
{