X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fconferr.h;h=1afa12bd560a6dc0f05882b1a609aab5b9d71fbf;hp=848a6cef25e5f1f03034c4f5f7e69ad540dd44aa;hb=092a5c71f1cba1173f17c2cd4ff5607069b0d3bb;hpb=ae4186b00487762f581b2276ba83e5214e0e7ee1 diff --git a/include/openssl/conferr.h b/include/openssl/conferr.h index 848a6cef25..1afa12bd56 100644 --- a/include/openssl/conferr.h +++ b/include/openssl/conferr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -10,6 +10,7 @@ #ifndef OPENSSL_CONFERR_H # define OPENSSL_CONFERR_H +# pragma once # include # include @@ -23,7 +24,7 @@ int ERR_load_CONF_strings(void); /* * CONF function codes. */ -# if !OPENSSL_API_3 +# ifndef OPENSSL_NO_DEPRECATED_3_0 # define CONF_F_CONF_DUMP_FP 0 # define CONF_F_CONF_LOAD 0 # define CONF_F_CONF_LOAD_FP 0 @@ -53,7 +54,9 @@ int ERR_load_CONF_strings(void); * CONF reason codes. */ # define CONF_R_ERROR_LOADING_DSO 110 +# define CONF_R_INVALID_PRAGMA 122 # define CONF_R_LIST_CANNOT_BE_NULL 115 +# define CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION 123 # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100 # define CONF_R_MISSING_EQUAL_SIGN 101 # define CONF_R_MISSING_INIT_FUNCTION 112