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)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 21 Dec 2010 04:10:37 +0000 (15:10 +1100)
commit3b591caed00790c5d21b8774c7af87357c329d1c
treeb44294e3a1e20ea72d188abf5725f38a6de591dd
parent32bae1051272e805e290e49dffb25e4a635ffdfb
lib/util/asn1.c - remove the "const" specifier from OID

There is no reason to have it "const" since it's an allocated thing.
lib/util/asn1.c
lib/util/asn1.h
lib/util/tests/asn1_tests.c