moving over more files

This commit is contained in:
Jacob Barthelmeh
2014-12-19 09:56:51 -07:00
parent f944bf88b0
commit a5529b124d
17 changed files with 16957 additions and 65 deletions

View File

@@ -23,10 +23,12 @@
#include <config.h>
#endif
#include <cyassl/ctaocrypt/settings.h>
#include <wolfssl/wolfcrypt/settings.h>
#ifndef NO_RSA
#include <wolfssl/wolfcrypt/rsa.h>
#ifdef __cplusplus
extern "C" {
@@ -66,7 +68,7 @@ int wc_RsaPrivateDecrypt(const byte* in, word32 inLen, byte* out,
int wc_RsaSSL_Sign(const byte* in, word32 inLen, byte* out,
word32 outLen, RsaKey* key, RNG* rng);
word32 outLen, RsaKey* key, RNG* rng)
{
return RsaSSL_Sign(in, inLen, out, outLen, key, rng);
}