Only call redirected rsa_sign or rsa_verify if the pointer is set.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 10 Apr 2003 01:13:37 +0000 (01:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 10 Apr 2003 01:13:37 +0000 (01:13 +0000)
commit88ec5a637f9f0ab9b02582a17411dcbe0f923007
tree493d02a39be49450e34bbd9156396cd490afba32
parent75fcbb43a7868256499d220127ce737db9a2b2b3
Only call redirected rsa_sign or rsa_verify if the pointer is set.

This allows, for example, a smart card to redirect rsa_sign and keep
the default rsa_verify.
crypto/rsa/rsa_sign.c