You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Same rationale as the previous commits.
(cherry picked from commit 422196759f)
Removed the winrt-specific parts.
5 lines
250 B
C++
5 lines
250 B
C++
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);
|