From 5fc5d37330d3535a0f421632694d1e7918fc22d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Tue, 8 Apr 2014 11:38:09 +0200 Subject: Compiles correctly: app/build-native + gradle. --- app/openssl/crypto/rsa/rsa_locl.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/openssl/crypto/rsa/rsa_locl.h (limited to 'app/openssl/crypto/rsa/rsa_locl.h') diff --git a/app/openssl/crypto/rsa/rsa_locl.h b/app/openssl/crypto/rsa/rsa_locl.h new file mode 100644 index 00000000..f5d2d566 --- /dev/null +++ b/app/openssl/crypto/rsa/rsa_locl.h @@ -0,0 +1,4 @@ +extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len, + unsigned char *rm, size_t *prm_len, + const unsigned char *sigbuf, size_t siglen, + RSA *rsa); -- cgit v1.2.3