1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-21 14:00:51 +03:00

crypto: add support for the mbedTLS backend

Closes #132
This commit is contained in:
wildart
2016-09-26 17:02:35 -04:00
committed by Daniel Stenberg
parent 289e9482e4
commit 186f1a2d75
5 changed files with 1061 additions and 1 deletions

View File

@@ -54,6 +54,10 @@
#include "os400qc3.h"
#endif
#ifdef LIBSSH2_MBEDTLS
#include "mbedtls.h"
#endif
int _libssh2_rsa_new(libssh2_rsa_ctx ** rsa,
const unsigned char *edata,
unsigned long elen,