diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/bn/bn.h')
-rw-r--r-- | src/lib/libssl/src/crypto/bn/bn.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/libssl/src/crypto/bn/bn.h b/src/lib/libssl/src/crypto/bn/bn.h index 10414dc339..d93c9fc059 100644 --- a/src/lib/libssl/src/crypto/bn/bn.h +++ b/src/lib/libssl/src/crypto/bn/bn.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn.h,v 1.25 2014/10/22 13:02:04 jsing Exp $ */ | 1 | /* $OpenBSD: bn.h,v 1.26 2015/02/07 13:19:15 doug 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 | * |
@@ -241,17 +241,6 @@ extern "C" { | |||
241 | | BN_FLG_STATIC_DATA \ | 241 | | BN_FLG_STATIC_DATA \ |
242 | | (n))) | 242 | | (n))) |
243 | 243 | ||
244 | /* Already declared in ossl_typ.h */ | ||
245 | #if 0 | ||
246 | typedef struct bignum_st BIGNUM; | ||
247 | /* Used for temp variables (declaration hidden in bn_lcl.h) */ | ||
248 | typedef struct bignum_ctx BN_CTX; | ||
249 | typedef struct bn_blinding_st BN_BLINDING; | ||
250 | typedef struct bn_mont_ctx_st BN_MONT_CTX; | ||
251 | typedef struct bn_recp_ctx_st BN_RECP_CTX; | ||
252 | typedef struct bn_gencb_st BN_GENCB; | ||
253 | #endif | ||
254 | |||
255 | struct bignum_st { | 244 | struct bignum_st { |
256 | BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */ | 245 | BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit chunks. */ |
257 | int top; /* Index of last used d +1. */ | 246 | int top; /* Index of last used d +1. */ |