mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-17 04:22:32 +03:00
mbedtls: tidy-up (#1429)
This commit is contained in:
@@ -1296,9 +1296,6 @@ _libssh2_mbedtls_ecdsa_new_private(libssh2_ecdsa_ctx **ctx,
|
||||
mbedtls_pk_context pkey;
|
||||
unsigned char *data = NULL;
|
||||
size_t data_len = 0;
|
||||
(void)session;
|
||||
(void)filename;
|
||||
(void)pwd;
|
||||
|
||||
/* FIXME: Reimplement this functionality via a public API. */
|
||||
if(mbedtls_pk_load_file(filename, &data, &data_len))
|
||||
|
||||
Reference in New Issue
Block a user