Make no config file not an error. Move /dev/crypto config to ctrl.
[openssl.git] / crypto / err / err.h
index c20546be51b33806ef13b9ad0f3d706fdee92f69..4456e0e97176a3a8058bc86ef3d66662ed679934 100644 (file)
@@ -243,6 +243,7 @@ unsigned long ERR_get_error_line(const char **file,int *line);
 unsigned long ERR_get_error_line_data(const char **file,int *line,
                                      const char **data, int *flags);
 unsigned long ERR_peek_error(void );
+unsigned long ERR_peek_top_error(void);
 unsigned long ERR_peek_error_line(const char **file,int *line);
 unsigned long ERR_peek_error_line_data(const char **file,int *line,
                                       const char **data,int *flags);