Avoid compiler complaint about mismatched function signatures
(void * != RSA *)
This commit is contained in:
parent
d3fdc27aa8
commit
7c671508bd
1 changed files with 2 additions and 2 deletions
|
@ -277,8 +277,8 @@ typedef int evp_verify_method(int type,const unsigned char *m,
|
|||
(evp_verify_method *)RSA_verify, \
|
||||
{EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
|
||||
#define EVP_PKEY_RSA_ASN1_OCTET_STRING_method \
|
||||
RSA_sign_ASN1_OCTET_STRING, \
|
||||
RSA_verify_ASN1_OCTET_STRING, \
|
||||
(evp_sign_method *)RSA_sign_ASN1_OCTET_STRING, \
|
||||
(evp_verify_method *)RSA_verify_ASN1_OCTET_STRING, \
|
||||
{EVP_PKEY_RSA,EVP_PKEY_RSA2,0,0}
|
||||
#else
|
||||
#define EVP_PKEY_RSA_method EVP_PKEY_NULL_method
|
||||
|
|
Loading…
Reference in a new issue