diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_depr.c')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_depr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_depr.c b/src/lib/libcrypto/dsa/dsa_depr.c index 790db6685a..b3f7ec0413 100644 --- a/src/lib/libcrypto/dsa/dsa_depr.c +++ b/src/lib/libcrypto/dsa/dsa_depr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa_depr.c,v 1.10 2022/11/26 16:08:52 tb Exp $ */ | 1 | /* $OpenBSD: dsa_depr.c,v 1.11 2023/04/09 19:10:23 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -70,7 +70,6 @@ | |||
70 | 70 | ||
71 | #include "bn_local.h" | 71 | #include "bn_local.h" |
72 | 72 | ||
73 | #ifndef OPENSSL_NO_DEPRECATED | ||
74 | DSA * | 73 | DSA * |
75 | DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, | 74 | DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, |
76 | int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), | 75 | int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), |
@@ -91,4 +90,3 @@ DSA_generate_parameters(int bits, unsigned char *seed_in, int seed_len, | |||
91 | return NULL; | 90 | return NULL; |
92 | } | 91 | } |
93 | #endif | 92 | #endif |
94 | #endif | ||