]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/dsaerr.h
Fix invalid expression syntax
[thirdparty/openssl.git] / include / openssl / dsaerr.h
CommitLineData
52df25cf
RS
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
3a4e09ab 3 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
52df25cf 4 *
48f4ad77 5 * Licensed under the Apache License 2.0 (the "License"). You may not use
52df25cf
RS
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
ae4186b0
DMSP
11#ifndef OPENSSL_DSAERR_H
12# define OPENSSL_DSAERR_H
d86167ec
DMSP
13# pragma once
14
cbfa5b03
RS
15# include <openssl/opensslconf.h>
16# include <openssl/symhacks.h>
14a6c6a4 17# include <openssl/cryptoerr_legacy.h>
cbfa5b03 18
2a6a5607 19
048ebccb
RL
20# ifndef OPENSSL_NO_DSA
21
52df25cf 22
52df25cf
RS
23/*
24 * DSA reason codes.
25 */
8da42c8b 26# define DSA_R_BAD_FFC_PARAMETERS 114
048ebccb
RL
27# define DSA_R_BAD_Q_VALUE 102
28# define DSA_R_BN_DECODE_ERROR 108
29# define DSA_R_BN_ERROR 109
30# define DSA_R_DECODE_ERROR 104
31# define DSA_R_INVALID_DIGEST_TYPE 106
32# define DSA_R_INVALID_PARAMETERS 112
33# define DSA_R_MISSING_PARAMETERS 101
7408f675 34# define DSA_R_MISSING_PRIVATE_KEY 111
048ebccb
RL
35# define DSA_R_MODULUS_TOO_LARGE 103
36# define DSA_R_NO_PARAMETERS_SET 107
37# define DSA_R_PARAMETER_ENCODING_ERROR 105
ba37b820 38# define DSA_R_P_NOT_PRIME 115
048ebccb
RL
39# define DSA_R_Q_NOT_PRIME 113
40# define DSA_R_SEED_LEN_SMALL 110
3a4e09ab 41# define DSA_R_TOO_MANY_RETRIES 116
52df25cf 42
048ebccb 43# endif
52df25cf 44#endif