summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/rsa.h')
-rwxr-xr-xthirdparties/common/include/openssl/rsa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparties/common/include/openssl/rsa.h b/thirdparties/common/include/openssl/rsa.h
index d2ee374..8bc95d0 100755
--- a/thirdparties/common/include/openssl/rsa.h
+++ b/thirdparties/common/include/openssl/rsa.h
@@ -324,14 +324,14 @@ int RSA_size(const RSA *rsa);
/* Deprecated version */
# ifndef OPENSSL_NO_DEPRECATED
RSA *RSA_generate_key(int bits, unsigned long e, void
- (*callback) (int, int, void *), void *cb_arg);
+ (*callback) (int, int, void *), void *cb_arg);
# endif /* !defined(OPENSSL_NO_DEPRECATED) */
/* New version */
int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
int RSA_check_key(const RSA *);
- /* next 4 return -1 on error */
+/* next 4 return -1 on error */
int RSA_public_encrypt(int flen, const unsigned char *from,
unsigned char *to, RSA *rsa, int padding);
int RSA_private_encrypt(int flen, const unsigned char *from,
OpenPOWER on IntegriCloud