skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: CRYPTO Application Programming Interface (API)... CRYPTO Application Programming Interface (API)...
go to previous page: err err
go to next page: ERR_error_stringERR_error_string
end of book navigation links


ERR_clear_error
Description
Return Values
See Also
History
 

NAME

ERR_clear_error - clear the error queue

Synopsis  

#include <openssl/err.h>
void ERR_clear_error(void);


return to top DESCRIPTION  

ERR_clear_error() empties the current thread's error queue.


return to top RETURN VALUES  

ERR_clear_error() has no return value.


return to top SEE ALSO  

err(3) , ERR_get_error(3)


return to top HISTORY  

ERR_clear_error() is available in all versions of SSLeay and OpenSSL.
go to previous page: err err
go to next page: ERR_error_stringERR_error_string