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

Added Windows Cryptography API: Next Generation based backend

This commit is contained in:
Marc Hoersken
2014-03-16 02:00:17 +01:00
committed by Peter Stuge
parent 378d0a6676
commit 4440e05d48
6 changed files with 2151 additions and 0 deletions

View File

@@ -46,6 +46,10 @@
#include "libgcrypt.h"
#endif
#ifdef LIBSSH2_WINCNG
#include "wincng.h"
#endif
int _libssh2_rsa_new(libssh2_rsa_ctx ** rsa,
const unsigned char *edata,
unsigned long elen,