Adds build for OpenSSL 1.1.0h

This commit is contained in:
Steve Dower
2018-04-13 18:21:17 +00:00
parent 9429523102
commit fdc8bfe003
48 changed files with 194 additions and 134 deletions

View File

@@ -196,7 +196,7 @@ int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
*/
void BN_set_negative(BIGNUM *b, int n);
/** BN_is_negative returns 1 if the BIGNUM is negative
* \param a pointer to the BIGNUM object
* \param b pointer to the BIGNUM object
* \return 1 if a < 0 and 0 otherwise
*/
int BN_is_negative(const BIGNUM *b);