[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Sat Sep 17 16:36:51 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  f0d0e783dffcd7b659b0962bf68cde24bfa733bc (commit)
      from  21729930885528d6d61b44520a97636b0a4d0398 (commit)


- Log -----------------------------------------------------------------
commit f0d0e783dffcd7b659b0962bf68cde24bfa733bc
Author: FdaSilvaYY <fdasilvayy at gmail.com>
Date:   Thu Sep 15 20:33:18 2016 +0200

    Remove an useless definition.
    
    APP_INFO is currently a field of MEM struct.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1583)
    (cherry picked from commit 76dc356384b3d8f93f04be05f320a878e4bced52)

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

Summary of changes:
 crypto/include/internal/cryptlib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index 91267b7..f3ec9b6 100644
--- a/crypto/include/internal/cryptlib.h
+++ b/crypto/include/internal/cryptlib.h
@@ -35,7 +35,7 @@ typedef struct ex_callback_st EX_CALLBACK;
 DEFINE_STACK_OF(EX_CALLBACK)
 
 typedef struct app_mem_info_st APP_INFO;
-DEFINE_LHASH_OF(APP_INFO);
+
 typedef struct mem_st MEM;
 DEFINE_LHASH_OF(MEM);
 


More information about the openssl-commits mailing list