summaryrefslogtreecommitdiffstats
path: root/lib/base64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: first header *must* be zebra.h or config.hDavid Lamparter2022-04-041-0/+4
| | | | | | | | This has already been a requirement for Solaris, it is still a requirement for some of the autoconf feature checks to work correctly, and it will be a requirement for `-fms-extensions`. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* isisd: fix #10505 using base64 encodingwhichbug2022-02-221-0/+193
Using base64 instead of the raw string to encode the binary data. Signed-off-by: whichbug <whichbug@github.com>