diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-10-24 12:39:28 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-10-24 12:39:28 +0000 |
commit | 1df4e49b2fd2ab04ed52e7fd54b659801d5a1879 (patch) | |
tree | 91d18f2eaaa8bbde04e9e53629a7f32e73f02af0 /lib/libutil/shlib_version | |
parent | ef969a1179b8f10963a76cbdb8170999ac848f7f (diff) |
The ber_* namespace is used by liblber since time immemorial,
so move our BER API to the unused ober_* prefix to avoid some
breakage in ports.
Problem diagnosed by jmatthew with ber_free() in samba, but
there are many others as pointed out by sthen.
tests & ok rob
ok sthen (who had an almost identical diff for libutil)
"go head hit it" deraadt
Diffstat (limited to 'lib/libutil/shlib_version')
-rw-r--r-- | lib/libutil/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/shlib_version b/lib/libutil/shlib_version index b91c32ce7c8..d85251eba7d 100644 --- a/lib/libutil/shlib_version +++ b/lib/libutil/shlib_version @@ -1,2 +1,2 @@ -major=13 -minor=1 +major=14 +minor=0 |