Fix mess with ssl_version_short_names[] being defined multiple places
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 24 Mar 2007 01:38:58 +0000 (01:38 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 24 Mar 2007 01:38:58 +0000 (01:38 +0000)
commit58956fcafc7935dbeb50b305f65b74266ce0f8f5
tree2f7b526daf62f42536c034d6f9820bccdec4a9af
parentf3f748f7ad0f889490642b3d26686edd62925f8a
Fix mess with ssl_version_short_names[] being defined multiple places
now that it is no longer a static variable in packet-ssl-utils.h.
Leaving it as static caused a warning turned error that it was unused
in the current file (packet-ssl-utils.h).  Resolution: Move the variable
to packet-ssl.c and declare as extern in packet-dtls.c - the only other
place that needs it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21161 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/packet-dtls.c
epan/dissectors/packet-ssl-utils.h
epan/dissectors/packet-ssl.c