Fix no-stdio

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8238)
This commit is contained in:
Matt Caswell 2019-02-14 15:22:59 +00:00
parent fcee53948b
commit 0cf5c6a9a0

View 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