X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fconf.h;h=7336cd2f1d1a22888a120910f384f893c1f61680;hb=edfd50d8db3ae20c1cba1667f861a25cbe6c31f2;hp=205e13793bf009198e9e8cbe3ff83018d6de6efe;hpb=1f5e0f92808b06cb914f69ced71eccd830fb67e3;p=oweals%2Fopenssl.git diff --git a/include/openssl/conf.h b/include/openssl/conf.h index 205e13793b..7336cd2f1d 100644 --- a/include/openssl/conf.h +++ b/include/openssl/conf.h @@ -1,5 +1,5 @@ /* - * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -12,6 +12,7 @@ # include # include +# include # include # include # include @@ -160,7 +161,6 @@ int CONF_parse_list(const char *list, int sep, int nospc, void OPENSSL_load_builtin_modules(void); -int ERR_load_CONF_strings(void); # ifdef __cplusplus }