aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkcs12.c
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-17 19:40:40 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-17 19:40:40 +0000
commit0086e2f4c7c88c72c573e58acb225836b12e4356 (patch)
tree5f45676ff72dd72644b2ee4de429d36ea533ecda /epan/dissectors/packet-pkcs12.c
parent5ab5054466f7d37f55457d14a4fc6321c8c76cff (diff)
Further tidy up for preference.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22539 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pkcs12.c')
-rw-r--r--epan/dissectors/packet-pkcs12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pkcs12.c b/epan/dissectors/packet-pkcs12.c
index c6d73af217..3b32ea50a9 100644
--- a/epan/dissectors/packet-pkcs12.c
+++ b/epan/dissectors/packet-pkcs12.c
@@ -79,7 +79,7 @@ static gint ett_decrypted_pbe = -1;
static const char *object_identifier_id = NULL;
static int iteration_count = 0;
static tvbuff_t *salt = NULL;
-static gchar *password = NULL;
+static const char *password = NULL;
static gboolean try_null_password = FALSE;
static void dissect_AuthenticatedSafe_OCTETSTRING_PDU(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);