aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411/packet-x411-template.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-11-17 04:47:41 +0000
committerGuy Harris <guy@alum.mit.edu>2005-11-17 04:47:41 +0000
commit393ac45d834375ef73b5eab8f8c3d719c2c26c76 (patch)
tree233ea3ca7805a8660686ea064651cf4dd4c8db64 /asn1/x411/packet-x411-template.c
parent378ebd81a6e9a57616b15021db2f13552fbe9e3b (diff)
"dissect_ber_object_identifier_str" expects a "const char **" as its
last argument; make it so. svn path=/trunk/; revision=16523
Diffstat (limited to 'asn1/x411/packet-x411-template.c')
-rw-r--r--asn1/x411/packet-x411-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x411/packet-x411-template.c b/asn1/x411/packet-x411-template.c
index 237ff8f3da..5a04f137c0 100644
--- a/asn1/x411/packet-x411-template.c
+++ b/asn1/x411/packet-x411-template.c
@@ -57,8 +57,8 @@ int proto_x411 = -1;
static struct SESSION_DATA_STRUCTURE* session = NULL;
static int extension_id = -1; /* integer extension id */
-static char *object_identifier_id; /* extensions identifier */
-static char *content_type_id; /* content type identifier */
+static const char *object_identifier_id; /* extensions identifier */
+static const char *content_type_id; /* content type identifier */
#define MAX_ORA_STR_LEN 256
static char *oraddress = NULL;