diff options
Diffstat (limited to 'crypto/bn/bn_lcl.h')
-rw-r--r-- | crypto/bn/bn_lcl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h index afa81b4275..f9bebc05a7 100644 --- a/crypto/bn/bn_lcl.h +++ b/crypto/bn/bn_lcl.h @@ -242,7 +242,6 @@ extern int bn_limit_num_high; /* (1<<bn_limit_bits_high) */ extern int bn_limit_bits_mont; extern int bn_limit_num_mont; /* (1<<bn_limit_bits_mont) */ -#ifndef NOPROTO BIGNUM *bn_expand2(BIGNUM *b, int bits); @@ -250,15 +249,6 @@ BIGNUM *bn_expand2(BIGNUM *b, int bits); void bn_add_words(BN_ULONG *r,BN_ULONG *a,int num); #endif -#else - -BIGNUM *bn_expand2(); -#ifdef X86_ASM -BN_ULONG bn_add_words(); -#endif - -#endif - #ifdef __cplusplus } #endif |