]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_pmeth.c
Make things static that should be. Declare stuff in headers that should be.
[thirdparty/openssl.git] / crypto / rsa / rsa_pmeth.c
index 5887c4f233bd44f488f98e09d84233a8b5864c7b..98a8ce44c3ea5c0e58704b91ffcddeebfc73fd5a 100644 (file)
 #include <openssl/rsa.h>
 #include <openssl/evp.h>
 #include "evp_locl.h"
-
-extern int int_rsa_verify(int dtype, const unsigned char *m, size_t m_len,
-               unsigned char *rm, size_t *prm_len,
-               const unsigned char *sigbuf, size_t siglen,
-               RSA *rsa);
+#include "rsa_locl.h"
 
 /* RSA pkey context structure */