artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e0bc2
)
include stdint.h for standard ints. from Jean-Philippe Ouellet
author
tedu
<tedu@openbsd.org>
Sun, 13 Jul 2014 21:21:25 +0000
(21:21 +0000)
committer
tedu
<tedu@openbsd.org>
Sun, 13 Jul 2014 21:21:25 +0000
(21:21 +0000)
lib/libutil/bcrypt_pbkdf.c
patch
|
blob
|
history
diff --git
a/lib/libutil/bcrypt_pbkdf.c
b/lib/libutil/bcrypt_pbkdf.c
index
7394667
..
839773b
100644
(file)
--- a/
lib/libutil/bcrypt_pbkdf.c
+++ b/
lib/libutil/bcrypt_pbkdf.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bcrypt_pbkdf.c,v 1.
8 2014/06/30 00:26:22 deraadt
Exp $ */
+/* $OpenBSD: bcrypt_pbkdf.c,v 1.
9 2014/07/13 21:21:25 tedu
Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
@@
-17,6
+17,7
@@
#include <sys/param.h>
+#include <stdint.h>
#include <stdlib.h>
#include <blf.h>
#include <sha2.h>