Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
787c36c2
Commit
787c36c2
authored
Mar 10, 2021
by
eugen
Browse files
mail/qpopper: small patch cleanup
Avoid duplicate #include <sys/types.h>
parent
acdd6bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
mail/qpopper/files/patch-popper__hmac.c
View file @
787c36c2
---
popper
/
hmac
.
c
.
orig
2008
-
06
-
2
7
17
:
40
:
15
.
000000000
-
07
00
+++
popper
/
hmac
.
c
20
1
1
-
0
6
-
08
21
:
57
:
42
.
000000
000
-
0700
@@
-
13
,
7
+
13
,
1
1
@@
---
popper
/
hmac
.
c
.
orig
2008
-
06
-
2
8
08
:
40
:
15
.
000000000
+
08
00
+++
popper
/
hmac
.
c
20
2
1
-
0
3
-
10
13
:
06
:
10
.
554159
000
+
0700
@@
-
13
,
7
+
13
,
1
0
@@
#include
<stdio.h>
#include
<string.h>
#include
<sys/types.h>
-
#
include
"md5.h"
+
#
include
<
sys
/
types
.
h
>
+
#
include
<
md5
.
h
>
+
+
#
define
UINT4
u_int32_t
+
#include
"hmac-md5.h"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment