mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00: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:
parent
67638d6828
commit
7f679c7bf4
3 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue