summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn_local.h')
-rw-r--r--src/lib/libcrypto/bn/bn_local.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/bn_local.h b/src/lib/libcrypto/bn/bn_local.h
index 86aa972275..a8d40fbcc8 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.25 2023/07/06 14:37:39 tb Exp $ */ 1/* $OpenBSD: bn_local.h,v 1.26 2023/07/09 18:27:22 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 *
@@ -327,5 +327,8 @@ int bn_printf(BIO *bio, const BIGNUM *bn, int indent, const char *fmt, ...)
327 __attribute__((__format__ (printf, 4, 5))) 327 __attribute__((__format__ (printf, 4, 5)))
328 __attribute__((__nonnull__ (4))); 328 __attribute__((__nonnull__ (4)));
329 329
330int bn_bn2hex_nosign(const BIGNUM *bn, char **out, size_t *out_len);
331int bn_bn2hex_nibbles(const BIGNUM *bn, char **out, size_t *out_len);
332
330__END_HIDDEN_DECLS 333__END_HIDDEN_DECLS
331#endif /* !HEADER_BN_LOCAL_H */ 334#endif /* !HEADER_BN_LOCAL_H */