lib/util/asn1.c - remove the "const" specifier from OID
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 15 Dec 2010 16:02:49 +0000 (17:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 22 Dec 2010 09:31:23 +0000 (10:31 +0100)
commit8c47c368910d62d5ed38573b7b9cf2dd648fc6d2
treeda645e7e68570ba32ff8f0def85a7150d01b91bb
parent33ed1f0cca9f73dee31137c295c35bda07b9445c
lib/util/asn1.c - remove the "const" specifier from OID

There is no reason to have it "const" since it's an allocated thing.
(cherry picked from commit 3b591caed00790c5d21b8774c7af87357c329d1c)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
lib/util/asn1.c
lib/util/asn1.h
lib/util/tests/asn1_tests.c