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:
9529419
)
Use an explicit name for the struct for definition of RAW_EXTENSION
author
Matt Caswell
<matt@openssl.org>
Mon, 31 Oct 2016 12:50:05 +0000
(12:50 +0000)
committer
Matt Caswell
<matt@openssl.org>
Wed, 9 Nov 2016 09:10:29 +0000
(09:10 +0000)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_locl.h
patch
|
blob
|
history
diff --git
a/ssl/ssl_locl.h
b/ssl/ssl_locl.h
index 8f7f930deb3804d0cc1e14152ec56a52e524a2af..79f47fc590c62c00a9f0c2b1c77b7f03c2f9e5ce 100644
(file)
--- a/
ssl/ssl_locl.h
+++ b/
ssl/ssl_locl.h
@@
-1624,7
+1624,7
@@
typedef struct ssl3_comp_st {
} SSL3_COMP;
# endif
-typedef struct {
+typedef struct
raw_extension_st
{
unsigned int type;
PACKET data;
} RAW_EXTENSION;