[Bug 44533] New: All releases and current in github

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Feb 16 16:38:52 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44533

            Bug ID: 44533
           Summary: All releases and current in github
           Product: Wine
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: crypt32
          Assignee: wine-bugs at winehq.org
          Reporter: fotodigitallab at gmail.com
      Distribution: ---

wine/dlls/crypt32/base64.c
Line 822 LPCWSTR trailer = CERT_TRAILER_START_W;
Should be
LPCWSTR trailer = CERT_TRAILER_W;

Because it has to put
-----END CERTIFICATE-----


I found this with this program
http://georgekarras.blogspot.gr/2018/02/base64-using-crypt32-in-m2000-not-for.html
using CRYPT_STRING_BASE64HEADER=0x0 (without altering to 0x1 to prevent error,
but then missing headers)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list