]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/crypto/rsa/rsa_locl.h
add: execute openssl fetcher to fetch openssl 1.0.1j
[cassiopeia.git] / lib / openssl / crypto / rsa / rsa_locl.h
diff --git a/lib/openssl/crypto/rsa/rsa_locl.h b/lib/openssl/crypto/rsa/rsa_locl.h
new file mode 100644 (file)
index 0000000..f5d2d56
--- /dev/null
@@ -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);