Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothing
authormartijn <martijn@openbsd.org>
Sun, 12 Nov 2023 20:10:13 +0000 (20:10 +0000)
committermartijn <martijn@openbsd.org>
Sun, 12 Nov 2023 20:10:13 +0000 (20:10 +0000)
commit5135a244324e615816627a32fec2411db9b9da60
tree5f526779299d5ecbca53e654970c3454aa290bf7
parentf7925f75cebb0c2d0d186ce211d70be60e848ad2
Now that smi_oid_cmp() is only used by the oidtree RB-tree, and nothing
fancy is using it, we can simply rely on ober_oid_cmp().

OK tb@
usr.sbin/snmpd/smi.c