]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_local.h
PROV: add RSA signature implementation
[thirdparty/openssl.git] / crypto / rsa / rsa_local.h
index e15c1ae3d50779d8ed9d32b8f2d0a772724d678c..11d7635c3580f6deb5c9e08992c45f37c949b819 100644 (file)
@@ -122,10 +122,6 @@ struct rsa_meth_st {
                                    BIGNUM *e, BN_GENCB *cb);
 };
 
-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);
 /* Macros to test if a pkey or ctx is for a PSS key */
 #define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS)
 #define pkey_ctx_is_pss(ctx) (ctx->pmeth->pkey_id == EVP_PKEY_RSA_PSS)