summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-16 21:54:39 +0000
committerstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-02-16 21:54:39 +0000
commit490a6da9f2c2251d0e9999cf8a5e33ebd3f79c95 (patch)
tree33485e0d082f4887fef117d85cf4ae371fcb7535 /ACE/ace
parentc9f438b24e428bda9dfc9edad15da00f97f28b7e (diff)
downloadATCD-490a6da9f2c2251d0e9999cf8a5e33ebd3f79c95.tar.gz
Fixed missing comma in enumerations
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/SSL/SSL_Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SSL/SSL_Context.h b/ACE/ace/SSL/SSL_Context.h
index b2de8b05b19..2a71a2bc440 100644
--- a/ACE/ace/SSL/SSL_Context.h
+++ b/ACE/ace/SSL/SSL_Context.h
@@ -117,7 +117,7 @@ public:
SSLv23,
TLSv1_client,
TLSv1_server,
- TLSv1
+ TLSv1,
TLSv1_1_client,
TLSv1_1_server,
TLSv1_1,