Issue #8549: Fix compiling the _ssl extension under AIX.  Patch by
Sridhar Ratnakumar.
diff --git a/Modules/_ssl.c b/Modules/_ssl.c
index e81c219..eef6588 100644
--- a/Modules/_ssl.c
+++ b/Modules/_ssl.c
@@ -65,7 +65,7 @@
 	PY_SSL_VERSION_SSL2,
 	PY_SSL_VERSION_SSL3,
 	PY_SSL_VERSION_SSL23,
-	PY_SSL_VERSION_TLS1,
+	PY_SSL_VERSION_TLS1
 };
 
 /* Include symbols from _socket module */