X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fuierr.h;h=72fd9a9db04af619eb1147babf3b1103bf39d427;hb=26675d1cf407fb7ba248c04767eccda56b06263f;hp=3550650ca70b5e9f890ee3376904f81b2e3f76ea;hpb=52df25cf2e656146cb3b206d8220124f0417d03f;p=oweals%2Fopenssl.git diff --git a/include/openssl/uierr.h b/include/openssl/uierr.h index 3550650ca7..72fd9a9db0 100644 --- a/include/openssl/uierr.h +++ b/include/openssl/uierr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * 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,12 +12,9 @@ # define HEADER_UIERR_H # ifdef __cplusplus -extern "C" { +extern "C" # endif int ERR_load_UI_strings(void); -# ifdef __cplusplus -} -# endif /* * UI function codes. @@ -28,6 +25,7 @@ int ERR_load_UI_strings(void); # define UI_F_GENERAL_ALLOCATE_PROMPT 109 # define UI_F_NOECHO_CONSOLE 117 # define UI_F_OPEN_CONSOLE 114 +# define UI_F_UI_CONSTRUCT_PROMPT 121 # define UI_F_UI_CREATE_METHOD 112 # define UI_F_UI_CTRL 111 # define UI_F_UI_DUP_ERROR_STRING 101 @@ -37,9 +35,11 @@ int ERR_load_UI_strings(void); # define UI_F_UI_DUP_USER_DATA 118 # define UI_F_UI_DUP_VERIFY_STRING 106 # define UI_F_UI_GET0_RESULT 107 +# define UI_F_UI_GET_RESULT_LENGTH 119 # define UI_F_UI_NEW_METHOD 104 # define UI_F_UI_PROCESS 113 # define UI_F_UI_SET_RESULT 105 +# define UI_F_UI_SET_RESULT_EX 120 /* * UI reason codes.