diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bn/bn_local.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_local.h b/src/lib/libcrypto/bn/bn_local.h index 17f5447bec..86aa972275 100644 --- a/src/lib/libcrypto/bn/bn_local.h +++ b/src/lib/libcrypto/bn/bn_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_local.h,v 1.24 2023/06/24 16:01:43 jsing Exp $ */ | 1 | /* $OpenBSD: bn_local.h,v 1.25 2023/07/06 14:37:39 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 | * |
@@ -323,5 +323,9 @@ int bn_is_perfect_square(int *out_perfect, const BIGNUM *n, BN_CTX *ctx); | |||
323 | 323 | ||
324 | int bn_is_prime_bpsw(int *is_prime, const BIGNUM *n, BN_CTX *ctx, size_t rounds); | 324 | int bn_is_prime_bpsw(int *is_prime, const BIGNUM *n, BN_CTX *ctx, size_t rounds); |
325 | 325 | ||
326 | int bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...) | ||
327 | __attribute__((__format__ (printf, 4, 5))) | ||
328 | __attribute__((__nonnull__ (4))); | ||
329 | |||
326 | __END_HIDDEN_DECLS | 330 | __END_HIDDEN_DECLS |
327 | #endif /* !HEADER_BN_LOCAL_H */ | 331 | #endif /* !HEADER_BN_LOCAL_H */ |