projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2172993
)
Remove an useless definition.
author
FdaSilvaYY
<fdasilvayy@gmail.com>
Thu, 15 Sep 2016 18:33:18 +0000
(20:33 +0200)
committer
Rich Salz
<rsalz@openssl.org>
Sat, 17 Sep 2016 16:36:43 +0000
(12:36 -0400)
APP_INFO is currently a field of MEM struct.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1583)
(cherry picked from commit
76dc356384b3d8f93f04be05f320a878e4bced52
)
crypto/include/internal/cryptlib.h
patch
|
blob
|
history
diff --git
a/crypto/include/internal/cryptlib.h
b/crypto/include/internal/cryptlib.h
index 91267b78fc76fa6698d7ab032545a3c9b56c125d..f3ec9b67b82582fd74d7e712f7d38e858f568c9f 100644
(file)
--- 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);