roken: move Heimdal vis.h extensions to separate header

vis.h is not built on platforms (such as macOS) that already have
that header, which resulted in prototypes for Heimdal-specific
vis.h extensions being absent.

Move those prototypes to a separate header, vis-extras.h, which
must be explicitly included in order to use the Heimdal extensions.
This commit is contained in:
Luke Howard
2021-05-17 09:57:00 +10:00
parent cc5bd3a6c0
commit f67dd0f903
9 changed files with 37 additions and 10 deletions

View File

@@ -33,6 +33,7 @@
#include "hx_locl.h"
#include <vis.h>
#include <vis-extras.h>
/**
* @page page_print Hx509 printing functions