Fix no-stdio
authorMatt Caswell <matt@openssl.org>
Thu, 14 Feb 2019 15:22:59 +0000 (15:22 +0000)
committerMatt 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

index 0f39a1424b7653f1ce9fae87319788e90c5783e8..663ba90a72fe7800278f3dbe2acb4284d3c8caf2 100644 (file)
@@ -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