This commit is contained in:
purplerain 2023-05-13 14:25:18 +00:00
parent f609457dcf
commit 62073e0295
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
318 changed files with 8112 additions and 4346 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: filemode.c,v 1.30 2023/04/26 16:32:41 claudio Exp $ */
/* $OpenBSD: filemode.c,v 1.31 2023/05/03 10:22:30 tb Exp $ */
/*
* Copyright (c) 2019 Claudio Jeker <claudio@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@ -478,6 +478,7 @@ proc_parser_file(char *file, unsigned char *buf, size_t len)
} else {
cert_free(cert);
cert = NULL;
expires = NULL;
status = 0;
}
}