Skip to content

Commit 99b4ac1

Browse files
committed
Merge pull request #24 from sinkuu/fix_brace
Fix #22
2 parents ac19b92 + 91889c7 commit 99b4ac1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deimos/openssl/bn.d

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@ int BN_GF2m_mod_solve_quad_arr(BIGNUM* r, const(BIGNUM)* a,
689689
int BN_GF2m_poly2arr(const(BIGNUM)* a, int[] p, int max);
690690
int BN_GF2m_arr2poly(const int[] p, BIGNUM* a);
691691

692+
}
693+
692694
/* faster mod functions for the 'NIST primes'
693695
* 0 <= a < p^2 */
694696
int BN_nist_mod_192(BIGNUM* r, const(BIGNUM)* a, const(BIGNUM)* p, BN_CTX* ctx);

0 commit comments

Comments
 (0)