]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/bn_div.c
Further comment changes for reformat (master)
[thirdparty/openssl.git] / crypto / bn / bn_div.c
index da6b4cf62c66a2db1fee0286aee7174ba2e0a548..c4c4bc21e2c7e62c819ec2f94392a157cfb6f76d 100644 (file)
@@ -132,7 +132,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
     && !defined(PEDANTIC) && !defined(BN_DIV3W)
 # if defined(__GNUC__) && __GNUC__>=2
 #  if defined(__i386) || defined (__i386__)
-   /*
+   /*-
     * There were two reasons for implementing this template:
     * - GNU C generates a call to a function (__udivdi3 to be exact)
     *   in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to