summaryrefslogtreecommitdiff
path: root/include/openssl/ssl23.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-11-10 18:36:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-11-10 18:36:08 +0300
commitd34a80f41a4bdae108d5f77e3397bc893fbacf6e (patch)
treea7e3500c16d2867c6ac657952fb11286606f8913 /include/openssl/ssl23.h
parent75b344c4c8b4148602279b51bc2cc5d45b03c324 (diff)
update to openssl headers from version 1.0.2m
Diffstat (limited to 'include/openssl/ssl23.h')
-rw-r--r--include/openssl/ssl23.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/include/openssl/ssl23.h b/include/openssl/ssl23.h
index 00422f0228..94ba60a527 100644
--- a/include/openssl/ssl23.h
+++ b/include/openssl/ssl23.h
@@ -57,27 +57,28 @@
*/
#ifndef HEADER_SSL23_H
-#define HEADER_SSL23_H
+# define HEADER_SSL23_H
#ifdef __cplusplus
extern "C" {
#endif
-/*client */
+/*
+ * client
+ */
/* write to server */
-#define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT)
-#define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT)
+# define SSL23_ST_CW_CLNT_HELLO_A (0x210|SSL_ST_CONNECT)
+# define SSL23_ST_CW_CLNT_HELLO_B (0x211|SSL_ST_CONNECT)
/* read from server */
-#define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT)
-#define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT)
+# define SSL23_ST_CR_SRVR_HELLO_A (0x220|SSL_ST_CONNECT)
+# define SSL23_ST_CR_SRVR_HELLO_B (0x221|SSL_ST_CONNECT)
/* server */
/* read from client */
-#define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)
-#define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT)
+# define SSL23_ST_SR_CLNT_HELLO_A (0x210|SSL_ST_ACCEPT)
+# define SSL23_ST_SR_CLNT_HELLO_B (0x211|SSL_ST_ACCEPT)
#ifdef __cplusplus
}
#endif
#endif
-