-.\" $OpenBSD: ERR_load_strings.3,v 1.7 2018/03/27 17:35:50 schwarze Exp $
+.\" $OpenBSD: ERR_load_strings.3,v 1.8 2024/07/26 03:40:43 tb Exp $
.\" OpenSSL 05ea606a May 20 20:52:46 2016 -0400
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org>.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 27 2018 $
+.Dd $Mdocdate: July 26 2024 $
.Dt ERR_LOAD_STRINGS 3
.Os
.Sh NAME
.Fa str
is an array of error string data:
.Bd -literal -offset indent
-typedef struct ERR_string_data_st
-{
+typedef struct ERR_string_data_st {
unsigned long error;
char *string;
} ERR_STRING_DATA;