1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

Add interface for OS/400 crypto library QC3

This commit is contained in:
Patrick Monnerat
2015-11-18 18:54:03 +01:00
committed by Daniel Stenberg
parent 0fba5cfda6
commit 8ba6bf2aef
6 changed files with 2153 additions and 0 deletions

View File

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