summaryrefslogtreecommitdiff
path: root/release/src/router/cyassl/include/openssl/rsa.h
blob: 55038c13d5c873b86c691fda7062dcec6a2bb109 (plain)
1
2
3
4
5
6
7
8
9
10
/* rsa.h for openSSL */


#ifndef CYASSL_RSA_H_
#define CYASSL_RSA_H_

enum { RSA_F4 = 1 };


#endif /* header */