Dear all:
When executing my sample code, I got the message below:
error:0406B07A:lib(4):func(107):reason(122)

My question are:
1. after checking crypto/err/err.h
   #define ERR_LIB_RSA         4
   the error seems comes from RSA, but how can I find the code name
of func and reason?
2. is there any translate function which can tell me where the error come from?
   I use "ERR_error_string(ERR_get_error(), NULL));" to get the error
message above.

appreciate your help,
miloody
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to