If <operatio>_init function is zero interpret as noop.

This commit is contained in:
Dr. Stephen Henson
2006-04-07 23:11:49 +00:00
parent 9e4d0f0be2
commit d1aa0d38c5
2 changed files with 16 additions and 6 deletions

View File

@@ -927,7 +927,7 @@ int EVP_PKEY_sign(EVP_PKEY_CTX *ctx,
unsigned char *tbs, int tbslen);
int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx);
int EVP_PKEY_verify(EVP_PKEY_CTX *ctx,
unsigned char *sig, int *siglen,
unsigned char *sig, int siglen,
unsigned char *tbs, int tbslen);
int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx);
int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx,