This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
OPENBSD_5_7
millert
10 years ago
parent
cdb05c968a
commit
b1bfe035b7
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/lib/libutil/pkcs5_pbkdf2.c
+ 2
- 2
src/lib/libutil/pkcs5_pbkdf2.c
View File
@ -1,4 +1,4 @@
/* $OpenBSD: pkcs5_pbkdf2.c,v 1.
8 2015/01/08 01:28:56 deraad
t Exp $ */
/* $OpenBSD: pkcs5_pbkdf2.c,v 1.
9 2015/02/05 12:59:57 miller
t Exp $ */
/*-
/*-
*
Copyright
(
c
)
2008
Damien
Bergamini
<
damien
.
bergamini
@
free
.
fr
>
*
Copyright
(
c
)
2008
Damien
Bergamini
<
damien
.
bergamini
@
free
.
fr
>
@ -19,7 +19,7 @@
#
include
<sys/types.h>
#
include
<sys/types.h>
#
include
<string.h>
#
include
<string.h>
#
include
<
limits
.h>
#
include
<
stdint
.h>
#
include
<stdlib.h>
#
include
<stdlib.h>
#
include
<util.h>
#
include
<util.h>
Write
Preview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xxxxxxxxxx
0
0
0:0
x
0
0
0:0
Loading…
Cancel
Save