diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-02-16 19:54:02 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-02-16 19:54:02 +0000 |
commit | 4f55bd5321b72491d4eff396e4928e9ab0706735 (patch) | |
tree | 46adf486ba58f712ebd071b5d2dbeda04c45833b /include/openssl/evperr.h | |
parent | c25134eb4f5842c16f8f372a1e28849794d70883 (diff) | |
download | src-4f55bd5321b72491d4eff396e4928e9ab0706735.tar.gz src-4f55bd5321b72491d4eff396e4928e9ab0706735.zip |
Import OpenSSL 1.1.1j.vendor/openssl/1.1.1j
Diffstat (limited to 'include/openssl/evperr.h')
-rw-r--r-- | include/openssl/evperr.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/openssl/evperr.h b/include/openssl/evperr.h index d2b26ea582de..b4ea90ae9df3 100644 --- a/include/openssl/evperr.h +++ b/include/openssl/evperr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2021 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 @@ -11,9 +11,7 @@ #ifndef HEADER_EVPERR_H # define HEADER_EVPERR_H -# ifndef HEADER_SYMHACKS_H -# include <openssl/symhacks.h> -# endif +# include <openssl/symhacks.h> # ifdef __cplusplus extern "C" @@ -179,6 +177,7 @@ int ERR_load_EVP_strings(void); # define EVP_R_ONLY_ONESHOT_SUPPORTED 177 # define EVP_R_OPERATION_NOT_SUPPORTED_FOR_THIS_KEYTYPE 150 # define EVP_R_OPERATON_NOT_INITIALIZED 151 +# define EVP_R_OUTPUT_WOULD_OVERFLOW 184 # define EVP_R_PARTIALLY_OVERLAPPING 162 # define EVP_R_PBKDF2_ERROR 181 # define EVP_R_PKEY_APPLICATION_ASN1_METHOD_ALREADY_REGISTERED 179 |