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:
8707e3b
)
Another portability fix.
author
Rich Salz
<rsalz@openssl.org>
Fri, 8 Jan 2016 18:06:01 +0000
(13:06 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 8 Jan 2016 18:06:01 +0000
(13:06 -0500)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/s_client.c
patch
|
blob
|
history
diff --git
a/apps/s_client.c
b/apps/s_client.c
index 152b0fbff88ce9a41baf55f2fe19587864bdd651..05b626ff0c46b9bd6731fda602063da6940beb7d 100644
(file)
--- a/
apps/s_client.c
+++ b/
apps/s_client.c
@@
-559,7
+559,7
@@
static int tlsa_import_rr(SSL *con, const char *rrdata)
static uint8_t selector;
static uint8_t mtype;
static unsigned char *data;
- static tlsa_field tlsa_fields[] = {
+ static
struct
tlsa_field tlsa_fields[] = {
{ &usage, "usage", checked_uint8 },
{ &selector, "selector", checked_uint8 },
{ &mtype, "mtype", checked_uint8 },