projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcee539
)
Fix no-stdio
author
Matt Caswell
<matt@openssl.org>
Thu, 14 Feb 2019 15:22:59 +0000
(15:22 +0000)
committer
Matt Caswell
<matt@openssl.org>
Fri, 15 Feb 2019 09:37:34 +0000
(09:37 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8238)
include/openssl/kdf.h
patch
|
blob
|
history
diff --git
a/include/openssl/kdf.h
b/include/openssl/kdf.h
index 0f39a1424b7653f1ce9fae87319788e90c5783e8..663ba90a72fe7800278f3dbe2acb4284d3c8caf2 100644
(file)
--- a/
include/openssl/kdf.h
+++ b/
include/openssl/kdf.h
@@
-10,6
+10,8
@@
#ifndef HEADER_KDF_H
# define HEADER_KDF_H
+# include <stdarg.h>
+# include <stddef.h>
# include <openssl/ossl_typ.h>
# include <openssl/kdferr.h>
# ifdef __cplusplus