Fix no-stdio
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8238)
This commit is contained in:
parent
fcee53948b
commit
0cf5c6a9a0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue