From b860878edcadee7eb6cba2f78dfc759f07974da7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 30 Jan 2002 16:45:22 +0000 Subject: [PATCH] Add missing declaration of ERR_load_SSL_strings(). --- ssl/ssl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/ssl.h b/ssl/ssl.h index 5d4afb342c..a44fb261dd 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -1267,6 +1267,7 @@ int SSL_COMP_add_compression_method(int id,char *cm); /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. */ +void ERR_load_SSL_strings(void); /* Error codes for the SSL functions. */ -- 2.40.0