mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-20 02:42:09 +03:00
Added Windows Cryptography API: Next Generation based backend
This commit is contained in:
committed by
Daniel Stenberg
parent
61e40a32ff
commit
d385230e15
@@ -41,8 +41,12 @@
|
||||
#ifdef LIBSSH2_LIBGCRYPT
|
||||
#include "libgcrypt.h"
|
||||
#else
|
||||
#ifdef LIBSSH2_WINCNG
|
||||
#include "wincng.h"
|
||||
#else
|
||||
#include "openssl.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int _libssh2_rsa_new(libssh2_rsa_ctx ** rsa,
|
||||
const unsigned char *edata,
|
||||
|
||||
Reference in New Issue
Block a user