aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_magic.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-27 20:00:54 +0000
committerlloyd <[email protected]>2011-12-27 20:00:54 +0000
commitcd9b85ed4124af2ceb9a91def5dc57ac23938f77 (patch)
tree680ad4e491c8741d94cc9eca0811606a2833f8f7 /src/tls/tls_magic.h
parent4f8d9afee56cb65f0fde306d9af8a2d0aea37c53 (diff)
Session deserialization
Diffstat (limited to 'src/tls/tls_magic.h')
-rw-r--r--src/tls/tls_magic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_magic.h b/src/tls/tls_magic.h
index 7913b576c..070fe4dd6 100644
--- a/src/tls/tls_magic.h
+++ b/src/tls/tls_magic.h
@@ -26,7 +26,7 @@ enum Version_Code {
TLS_V11 = 0x0302
};
-enum Connection_Side { CLIENT, SERVER };
+enum Connection_Side { CLIENT = 1, SERVER = 2 };
enum Record_Type {
CONNECTION_CLOSED = 0,