|
|
Choosing A Webhost: |
[CVS] OpenSSL: OpenSSL-engine-0_9_6-stable: openssl/crypto/bn/ bn_mul....: msg#00120encryption.openssl.cvs
OpenSSL CVS Repository http://cvs.openssl.org/ ____________________________________________________________________________ Server: cvs.openssl.org Name: Dr. Stephen Henson Root: /e/openssl/cvs Email: steve@xxxxxxxxxxx Module: openssl Date: 29-Sep-2003 19:19:25 Branch: OpenSSL-engine-0_9_6-stable Handle: 2003092918192400 Modified files: (Branch: OpenSSL-engine-0_9_6-stable) openssl/crypto/bn bn_mul.c Log: Fix warning on Win32. Summary: Revision Changes Path 1.11.2.1.4.3+1 -1 openssl/crypto/bn/bn_mul.c ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openssl/crypto/bn/bn_mul.c ============================================================================ $ cvs diff -u -r1.11.2.1.4.2 -r1.11.2.1.4.3 bn_mul.c --- openssl/crypto/bn/bn_mul.c 19 Jun 2003 23:25:59 -0000 1.11.2.1.4.2 +++ openssl/crypto/bn/bn_mul.c 29 Sep 2003 17:19:24 -0000 1.11.2.1.4.3 @@ -376,7 +376,7 @@ /* The overflow will stop before we over write * words we should not overwrite */ - if (ln < c1) + if (ln < (BN_ULONG)c1) { do { p++; @@ . ______________________________________________________________________ OpenSSL Project http://www.openssl.org CVS Repository Commit List openssl-cvs@xxxxxxxxxxx Automated List Manager majordomo@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [CVS] OpenSSL: OpenSSL_0_9_6-stable: openssl/crypto/bn/ bn_mul.c, Dr. Stephen Henson |
|---|---|
| Next by Date: | [CVS] OpenSSL: OpenSSL-fips-0_9_7-stable: openssl/test/ Makefile.ssl, Richard Levitte |
| Previous by Thread: | [CVS] OpenSSL: OpenSSL_0_9_6-stable: openssl/crypto/bn/ bn_mul.c, Dr. Stephen Henson |
| Next by Thread: | [CVS] OpenSSL: OpenSSL-fips-0_9_7-stable: openssl/crypto/bio/ bss_file..., Richard Levitte |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |