[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sat Sep 17 16:36:29 UTC 2016
The branch master has been updated
via 76dc356384b3d8f93f04be05f320a878e4bced52 (commit)
from 4f8a5f4da94bb70e06cf709beb1ddfa57a218c3d (commit)
- Log -----------------------------------------------------------------
commit 76dc356384b3d8f93f04be05f320a878e4bced52
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)
-----------------------------------------------------------------------
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