summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-08-01 12:33:15 +0100
committerScott Deboy <sdeboy@secondstryke.com>2014-02-09 08:07:04 -0800
commit8acf1ff4b421fada9e09fa51f479bdff204d0dea (patch)
treed0279ad560cd9ee3ee2207fdf8edd229524468d9 /ssl/ssl.h
parent8b41df41c2bb51d6ad52d1ca54734776cf592022 (diff)
More cleanup.
(cherry picked from commit 5eda213ebe382009c2f37a8eade5cbcdae6017ed) Conflicts: apps/s_client.c apps/s_server.c
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 157870c3bd..f91141bdc0 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1202,11 +1202,11 @@ struct ssl_ctx_st
custom_srv_ext_record *custom_srv_ext_records;
size_t custom_srv_ext_records_count;
- /* Arrays containing the callbacks for Supplemental Data. */
- cli_supp_data_record *cli_supp_data_records;
- size_t cli_supp_data_records_count;
- srv_supp_data_record *srv_supp_data_records;
- size_t srv_supp_data_records_count;
+ /* Arrays containing the callbacks for Supplemental Data. */
+ cli_supp_data_record *cli_supp_data_records;
+ size_t cli_supp_data_records_count;
+ srv_supp_data_record *srv_supp_data_records;
+ size_t srv_supp_data_records_count;
};
#endif