sync with OpenBSD -current
This commit is contained in:
parent
6d4aa64db6
commit
037d8115db
22 changed files with 600 additions and 957 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue