[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu Jun 24 05:57:02 UTC 2021


The branch master has been updated
       via  79df244ba053b73508a89d60c562b4a7528ec605 (commit)
      from  0652197407e1cb0d550f9528d9253c79f980608d (commit)


- Log -----------------------------------------------------------------
commit 79df244ba053b73508a89d60c562b4a7528ec605
Author: Tomas Mraz <tomas at openssl.org>
Date:   Wed Jun 23 09:23:53 2021 +0200

    simpledynamic: Add missing include for AIX builds
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15874)

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

Summary of changes:
 test/simpledynamic.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/simpledynamic.c b/test/simpledynamic.c
index 390836891f..a3a4b06dd0 100644
--- a/test/simpledynamic.c
+++ b/test/simpledynamic.c
@@ -7,6 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include <string.h>
 #include <stdlib.h>              /* For NULL */
 #include <openssl/macros.h>      /* For NON_EMPTY_TRANSLATION_UNIT */
 #include <openssl/e_os2.h>


More information about the openssl-commits mailing list