Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 535002 Details for
Bug 657438
net-mail/cmd5checkpw-0.30-r1 broken CRAM-MD5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
uint4.patch
uint4.patch (text/plain), 630 bytes, created by
Alex Efros
on 2018-06-06 00:40:48 UTC
(
hide
)
Description:
uint4.patch
Filename:
MIME Type:
Creator:
Alex Efros
Created:
2018-06-06 00:40:48 UTC
Size:
630 bytes
patch
obsolete
>diff -uNr cmd5checkpw-0.30.orig/global.h cmd5checkpw-0.30/global.h >--- cmd5checkpw-0.30.orig/global.h 2003-09-18 16:34:01.000000000 +0300 >+++ cmd5checkpw-0.30/global.h 2018-06-06 03:24:23.549400583 +0300 >@@ -1,6 +1,7 @@ > /* GLOBAL.H - RSAREF types and constants */ > > #include <string.h> >+#include <stdint.h> > > /* Copyright (C) RSA Laboratories, a division of RSA Data Security, > Inc., created 1991. All rights reserved. >@@ -25,7 +26,7 @@ > typedef unsigned short int UINT2; > > /* UINT4 defines a four byte word */ >-typedef unsigned long int UINT4; >+typedef uint32_t UINT4; > > #ifndef NULL_PTR > #define NULL_PTR ((POINTER)0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 657438
: 535002