Index: ./ssl/tls1.h
===================================================================
RCS file: /v/openssl/cvs/openssl/ssl/tls1.h,v
retrieving revision 1.66
diff -u -8 -p -r1.66 tls1.h
--- ./ssl/tls1.h	29 Jun 2012 14:24:42 -0000	1.66
+++ ./ssl/tls1.h	4 Jul 2012 08:55:56 -0000
@@ -232,17 +232,17 @@ extern "C" {
 
 /* ExtensionType value from RFC4507 */
 #define TLSEXT_TYPE_session_ticket		35
 
 /* ExtensionType value from draft-rescorla-tls-opaque-prf-input-00.txt */
 #if 0 /* will have to be provided externally for now ,
        * i.e. build with -DTLSEXT_TYPE_opaque_prf_input=38183
        * using whatever extension number you'd like to try */
-# define TLSEXT_TYPE_opaque_prf_input		?? */
+# define TLSEXT_TYPE_opaque_prf_input		??
 #endif
 
 /* Temporary extension type */
 #define TLSEXT_TYPE_renegotiate                 0xff01
 
 #ifndef OPENSSL_NO_NEXTPROTONEG
 /* This is not an IANA defined extension number */
 #define TLSEXT_TYPE_next_proto_neg		13172
