[Bug 1830] Patch to get py-bcrypt to build for Python 2.6 on Windows

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Mon Mar 28 10:36:09 EST 2011


https://bugzilla.mindrot.org/show_bug.cgi?id=1830

tweir at geekwerks.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tweir at geekwerks.ca

--- Comment #6 from tweir at geekwerks.ca 2011-03-28 10:36:10 EST ---
It looks like the MSVC compiler is being extra strict. I.e. enforcing C
the standard (declare all variables at top of function) as opposed to
the less strict c++ style rule (declare anywhere, prior to first use).

I'd strongly recommend accepting this patch. The patch only moves the
declaration of the variables, it does not affect the duplication
operation in anyway.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list