[Development] Add Security::ToString method


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4245 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/Security.h b/common/rfb/Security.h
index c5527dc..832735a 100644
--- a/common/rfb/Security.h
+++ b/common/rfb/Security.h
@@ -90,6 +90,9 @@
     /* Get list of enabled VeNCrypt subtypes */
     const std::list<rdr::U32> GetEnabledExtSecTypes(void);
 
+    /* Output char* is stored in static array */
+    char *ToString(void);
+
   private:
     std::list<rdr::U32> enabledSecTypes;
   };