[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Wed Dec 9 12:41:53 UTC 2020


The branch master has been updated
       via  7eea331eabe8b0a7ce03c9602a2bc72e9ddfe676 (commit)
      from  74c8dd1c516c7017477a205fd1f5f975cfa86722 (commit)


- Log -----------------------------------------------------------------
commit 7eea331eabe8b0a7ce03c9602a2bc72e9ddfe676
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Dec 8 17:45:32 2020 +0100

    v3nametest: Make the gennames structure static
    
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/13635)

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

Summary of changes:
 test/v3nametest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/v3nametest.c b/test/v3nametest.c
index cdf0472387..e1eeb75f2f 100644
--- a/test/v3nametest.c
+++ b/test/v3nametest.c
@@ -359,7 +359,7 @@ static int call_run_cert(int i)
     return failed == 0;
 }
 
-struct gennamedata {
+static struct gennamedata {
     const unsigned char der[22];
     size_t derlen;
 } gennames[] = {


More information about the openssl-commits mailing list