summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/bn.h')
-rw-r--r--src/lib/libcrypto/bn/bn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h
index 62c85d1855..e00953ea2c 100644
--- a/src/lib/libcrypto/bn/bn.h
+++ b/src/lib/libcrypto/bn/bn.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn.h,v 1.74 2023/07/28 10:07:30 tb Exp $ */ 1/* $OpenBSD: bn.h,v 1.75 2023/07/31 05:04:06 tb Exp $ */
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -318,7 +318,6 @@ void BN_zero(BIGNUM *a);
318int BN_one(BIGNUM *a); 318int BN_one(BIGNUM *a);
319 319
320const BIGNUM *BN_value_one(void); 320const BIGNUM *BN_value_one(void);
321char * BN_options(void);
322BN_CTX *BN_CTX_new(void); 321BN_CTX *BN_CTX_new(void);
323void BN_CTX_free(BN_CTX *c); 322void BN_CTX_free(BN_CTX *c);
324void BN_CTX_start(BN_CTX *ctx); 323void BN_CTX_start(BN_CTX *ctx);