Add '$' to ober_scanf_elements().
authormartijn <martijn@openbsd.org>
Thu, 28 Jan 2021 19:56:33 +0000 (19:56 +0000)
committermartijn <martijn@openbsd.org>
Thu, 28 Jan 2021 19:56:33 +0000 (19:56 +0000)
commitb8d19846bede77a285a86c2393dbaaca0b016cee
tree4ce0fcfb33e6ba41cff5376be664036811e7bc08
parente72ddb449b37f5f5425e42622b759daf909f7e4e
Add '$' to ober_scanf_elements().
This allows us to enforce end of sequence/set without having to manually
check be_next for NULL.

No lib bump needed according to millert@
OK millert@ rob@
lib/libutil/ber.c
lib/libutil/ober_get_string.3