aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-24 00:45:11 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-24 00:45:11 +0000
commitf3f748f7ad0f889490642b3d26686edd62925f8a (patch)
tree21f90e725b9acfdece38e603e8e7117689cdf01e /epan/dissectors/packet-ssl-utils.h
parent217c620e8b1de69c224f1890156f79a2ae83c988 (diff)
Remove all warnings under Unix for the gtk/ directory.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21160 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 52bb4b04db..114a00cd9a 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -71,7 +71,7 @@
/* corresponds to the #defines above */
-static const gchar* ssl_version_short_names[] = {
+const gchar* ssl_version_short_names[] = {
"SSL",
"SSLv2",
"SSLv3",