Skip to content

Commit

Permalink
Fix openssl#22 - missing '}'
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkuu committed Oct 16, 2014
1 parent ac19b92 commit 91889c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deimos/openssl/bn.d
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ int BN_GF2m_mod_solve_quad_arr(BIGNUM* r, const(BIGNUM)* a,
int BN_GF2m_poly2arr(const(BIGNUM)* a, int[] p, int max);
int BN_GF2m_arr2poly(const int[] p, BIGNUM* a);

}

/* faster mod functions for the 'NIST primes'
* 0 <= a < p^2 */
int BN_nist_mod_192(BIGNUM* r, const(BIGNUM)* a, const(BIGNUM)* p, BN_CTX* ctx);
Expand Down

0 comments on commit 91889c7

Please sign in to comment.