[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Fri Feb 15 09:41:11 UTC 2019


The branch master has been updated
       via  0cf5c6a9a06b58a85d93aafefbc07039773b5b43 (commit)
      from  fcee53948b7f9a5951d42f4ee321e706ea6b4b84 (commit)


- Log -----------------------------------------------------------------
commit 0cf5c6a9a06b58a85d93aafefbc07039773b5b43
Author: Matt Caswell <matt at openssl.org>
Date:   Thu Feb 14 15:22:59 2019 +0000

    Fix no-stdio
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8238)

-----------------------------------------------------------------------

Summary of changes:
 include/openssl/kdf.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/openssl/kdf.h b/include/openssl/kdf.h
index 0f39a14..663ba90 100644
--- 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


More information about the openssl-commits mailing list