summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa.h')
-rw-r--r--src/lib/libcrypto/dsa/dsa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h
index eab35a6f6f..1fa5fc3132 100644
--- a/src/lib/libcrypto/dsa/dsa.h
+++ b/src/lib/libcrypto/dsa/dsa.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dsa.h,v 1.39 2022/07/12 14:42:49 kn Exp $ */ 1/* $OpenBSD: dsa.h,v 1.40 2023/03/04 20:47:04 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -272,6 +272,7 @@ void ERR_load_DSA_strings(void);
272#define DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 100 272#define DSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE 100
273#define DSA_R_DECODE_ERROR 104 273#define DSA_R_DECODE_ERROR 104
274#define DSA_R_INVALID_DIGEST_TYPE 106 274#define DSA_R_INVALID_DIGEST_TYPE 106
275#define DSA_R_INVALID_PARAMETERS 112
275#define DSA_R_MISSING_PARAMETERS 101 276#define DSA_R_MISSING_PARAMETERS 101
276#define DSA_R_MODULUS_TOO_LARGE 103 277#define DSA_R_MODULUS_TOO_LARGE 103
277#define DSA_R_NEED_NEW_SETUP_VALUES 110 278#define DSA_R_NEED_NEW_SETUP_VALUES 110