diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_locl.h')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_locl.h b/src/lib/libcrypto/dsa/dsa_locl.h index 29a3901dc7..299c67a6b9 100644 --- a/src/lib/libcrypto/dsa/dsa_locl.h +++ b/src/lib/libcrypto/dsa/dsa_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa_locl.h,v 1.4 2022/01/14 08:27:23 tb Exp $ */ | 1 | /* $OpenBSD: dsa_locl.h,v 1.5 2022/01/14 08:29:06 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2007 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2007 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -90,7 +90,6 @@ struct dsa_st { | |||
90 | * a DSA is passed instead of of a EVP_PKEY */ | 90 | * a DSA is passed instead of of a EVP_PKEY */ |
91 | int pad; | 91 | int pad; |
92 | long version; | 92 | long version; |
93 | int write_params; | ||
94 | BIGNUM *p; | 93 | BIGNUM *p; |
95 | BIGNUM *q; /* == 20 */ | 94 | BIGNUM *q; /* == 20 */ |
96 | BIGNUM *g; | 95 | BIGNUM *g; |