diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index a0ef787a86..63e5cedb1c 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.44 2024/03/02 09:33:14 tb Exp $ */ | 1 | /* $OpenBSD: dsa.h,v 1.45 2024/12/05 19:29:08 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 | * |
@@ -183,8 +183,6 @@ int DSA_print_fp(FILE *bp, const DSA *x, int off); | |||
183 | * This is necessary for keys of size >= 3072. | 183 | * This is necessary for keys of size >= 3072. |
184 | */ | 184 | */ |
185 | #define DSS_prime_checks 64 | 185 | #define DSS_prime_checks 64 |
186 | #define DSA_is_prime(n, callback, cb_arg) \ | ||
187 | BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg) | ||
188 | 186 | ||
189 | #ifndef OPENSSL_NO_DH | 187 | #ifndef OPENSSL_NO_DH |
190 | /* Convert DSA structure (key or just parameters) into DH structure | 188 | /* Convert DSA structure (key or just parameters) into DH structure |