sync with OpenBSD -current

This commit is contained in:
purplerain 2024-02-02 01:54:27 +00:00
parent 6d4aa64db6
commit 037d8115db
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
22 changed files with 600 additions and 957 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: extern.h,v 1.201 2024/01/31 06:57:21 tb Exp $ */
/* $OpenBSD: extern.h,v 1.202 2024/02/01 15:11:38 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@ -861,6 +861,7 @@ int x509_valid_subject(const char *, const X509 *);
time_t x509_find_expires(time_t, struct auth *, struct crl_tree *);
/* printers */
char *nid2str(int);
char *time2str(time_t);
void x509_print(const X509 *);
void tal_print(const struct tal *);