summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_div.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-08-03 10:18:27 +0000
committerBen Laurie <ben@openssl.org>1999-08-03 10:18:27 +0000
commit97e84e38dfee17d5826f5e21687f1e49252e04b3 (patch)
tree25dc36163f7bbbbcf71aaa7687eb87b744481728 /crypto/bn/bn_div.c
parent316d5cdc85753603a1aad514fd1714c22aff7f13 (diff)
Make it compile under -pedantic.
Diffstat (limited to 'crypto/bn/bn_div.c')
-rw-r--r--crypto/bn/bn_div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c
index e4253f6095..150dd289a5 100644
--- a/crypto/bn/bn_div.c
+++ b/crypto/bn/bn_div.c
@@ -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)
/*