Commit 1b124bcc authored by Moe Jette's avatar Moe Jette
Browse files

This patch changes the prototype of crypto_str_error() from

 char * crypto_str_error (void);

to

 const char * crypto_str_error (int errnum);
for reliable operation in threaded application.
parent d5888df1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment