Hi, the documented "EVP_PKEY_verifyrecover" and "EVP_PKEY_verifyrecover_init" functions don't exist in 1.0.1c. "EVP_PKEY_verify_recover" seems to be the right spelling.
The following commands should fix the issue: $ sed -i 's/EVP_PKEY_verifyrecover/EVP_PKEY_verify_recover/g' doc/crypto/* $ mv doc/crypto/EVP_PKEY_verifyrecover.pod doc/crypto/EVP_PKEY_verify_recover.pod Kind regards, Martin ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
