mirror of
https://github.com/openssl/openssl.git
synced 2024-12-23 08:54:02 +08:00
Make it compile under -pedantic.
This commit is contained in:
parent
316d5cdc85
commit
97e84e38df
@ -205,7 +205,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
|
||||
q=bn_div_3_words(wnump,d0,d1);
|
||||
#else
|
||||
|
||||
#if !defined(NO_ASM)
|
||||
#if !defined(NO_ASM) && !defined(PEDANTIC)
|
||||
# if defined(__GNUC__) && __GNUC__>=2
|
||||
# if defined(__i386)
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user