]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/encode_decode/decoder_err.c
ERR: Rebuild all generated error headers and source files
[thirdparty/openssl.git] / crypto / encode_decode / decoder_err.c
CommitLineData
c3e4c1f3
RL
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
4 *
5 * Licensed under the Apache License 2.0 (the "License"). You may not use
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
9 */
10
11#include <openssl/err.h>
ece9304c 12#include <openssl/decodererr.h>
14a6c6a4 13#include "crypto/decodererr.h"
c3e4c1f3
RL
14
15#ifndef OPENSSL_NO_ERR
16
ece9304c
RL
17static const ERR_STRING_DATA OSSL_DECODER_str_reasons[] = {
18 {ERR_PACK(ERR_LIB_OSSL_DECODER, 0, OSSL_DECODER_R_MISSING_GET_PARAMS),
14a6c6a4 19 "missing get params"},
c3e4c1f3
RL
20 {0, NULL}
21};
22
23#endif
24
14a6c6a4 25int err_load_OSSL_DECODER_strings_int(void)
c3e4c1f3
RL
26{
27#ifndef OPENSSL_NO_ERR
ece9304c
RL
28 if (ERR_reason_error_string(OSSL_DECODER_str_reasons[0].error) == NULL)
29 ERR_load_strings_const(OSSL_DECODER_str_reasons);
c3e4c1f3
RL
30#endif
31 return 1;
32}