Skip to content

Commit

Permalink
pivy-ca.c needs json_tokener_get_parse_end too
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Jan 30, 2024
1 parent 6335c46 commit 7b4855a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pivy-ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ int PEM_write_X509(FILE *fp, X509 *x);
#include <endian.h>
#endif

#if !defined(JSONC_14)
size_t json_tokener_get_parse_end(struct json_tokener *);
/* compat version will be defined by piv-ca.c on <=0.14 */
#endif

boolean_t debug = B_FALSE;
static struct cert_var_scope *root_scope = NULL;
static struct piv_ctx *ctx;
Expand Down

0 comments on commit 7b4855a

Please sign in to comment.