mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
Update code to v1.0.14 (10)
This commit is contained in:
12
android/extern/wolfssl/cyassl/openssl/rsa.h
vendored
Normal file
12
android/extern/wolfssl/cyassl/openssl/rsa.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/* rsa.h for openSSL */
|
||||
|
||||
#ifndef CYASSL_OPENSSL_RSA
|
||||
#define CYASSL_OPENSSL_RSA
|
||||
|
||||
#define CyaSSL_RSA_GenAdd wolfSSL_RSA_GenAdd
|
||||
#define CyaSSL_RSA_LoadDer wolfSSL_RSA_LoadDer
|
||||
|
||||
#include <cyassl/openssl/ssl.h>
|
||||
#include <wolfssl/openssl/rsa.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user