MCPcopy Create free account
hub / github.com/apache/httpd / modssl_ERR_peek_error_data

Function modssl_ERR_peek_error_data

modules/ssl/ssl_engine_log.c:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static APR_INLINE
82unsigned long modssl_ERR_peek_error_data(const char **data, int *flags)
83{
84#if OPENSSL_VERSION_NUMBER < 0x30000000L
85 return ERR_peek_error_line_data(NULL, NULL, data, flags);
86#else
87 return ERR_peek_error_data(data, flags);
88#endif
89}
90
91/*
92 * Prints the SSL library error information.

Callers 1

ssl_log_ssl_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected