artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eba73d
)
Only need <stdint.h> and not all of <inttypes.h> here
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:09:31 +0000
(
05:09
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 05:09:31 +0000
(
05:09
+0000)
regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
b/regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
index
7add501
..
3af67bf
100644
(file)
--- a/
regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
+++ b/
regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
@@
-1,4
+1,4
@@
-#include <
inttypes
.h>
+#include <
stdint
.h>
#include <stdio.h>
#include <string.h>