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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/bn/bn.h b/src/lib/libcrypto/bn/bn.h
index 436be593bf..5ac41438eb 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.54 2022/07/07 13:01:28 tb Exp $ */ 1/* $OpenBSD: bn.h,v 1.55 2022/07/12 14:42:48 kn 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 *
@@ -653,10 +653,6 @@ BIGNUM *BN_get_rfc3526_prime_4096(BIGNUM *bn);
653BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn); 653BIGNUM *BN_get_rfc3526_prime_6144(BIGNUM *bn);
654BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn); 654BIGNUM *BN_get_rfc3526_prime_8192(BIGNUM *bn);
655 655
656/* BEGIN ERROR CODES */
657/* The following lines are auto generated by the script mkerr.pl. Any changes
658 * made after this point may be overwritten when the script is next run.
659 */
660void ERR_load_BN_strings(void); 656void ERR_load_BN_strings(void);
661 657
662/* Error codes for the BN functions. */ 658/* Error codes for the BN functions. */