projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
316d5cd
)
Make it compile under -pedantic.
author
Ben Laurie
<ben@openssl.org>
Tue, 3 Aug 1999 10:18:27 +0000
(10:18 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 3 Aug 1999 10:18:27 +0000
(10:18 +0000)
crypto/bn/bn_div.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_div.c
b/crypto/bn/bn_div.c
index e4253f6095af82118bf20978e102de5711c532f6..150dd289a5833a399fb3a7b2aafa046ba4bf5ec0 100644
(file)
--- 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)
/*