artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8652dcf
)
Fix indent
author
tb
<tb@openbsd.org>
Mon, 28 Nov 2022 18:33:56 +0000
(18:33 +0000)
committer
tb
<tb@openbsd.org>
Mon, 28 Nov 2022 18:33:56 +0000
(18:33 +0000)
usr.sbin/rpki-client/cms.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/cms.c
b/usr.sbin/rpki-client/cms.c
index
f4adecf
..
72e9972
100644
(file)
--- a/
usr.sbin/rpki-client/cms.c
+++ b/
usr.sbin/rpki-client/cms.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: cms.c,v 1.2
3 2022/11/26 12:36:19
tb Exp $ */
+/* $OpenBSD: cms.c,v 1.2
4 2022/11/28 18:33:56
tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-296,7
+296,7
@@
cms_parse_validate(X509 **xp, const char *fn, const unsigned char *der,
if (!cms_parse_validate_internal(xp, fn, der, derlen, oid, NULL, &res,
rsz))
-
return NULL;
+ return NULL;
return res;
}