artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3af88
)
The previous commit message out to say this:
author
kn
<kn@openbsd.org>
Sun, 30 Oct 2022 13:27:15 +0000
(13:27 +0000)
committer
kn
<kn@openbsd.org>
Sun, 30 Oct 2022 13:27:15 +0000
(13:27 +0000)
---
Fix sparc64 build
cc1: warnings being treated as errors
.../constraints.c: In function 'test_constraints1':
.../constraints.c:451: warning: ISO C90 forbids mixed declarations and code
Fix RCS ID while here.
regress/lib/libcrypto/x509/constraints.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/x509/constraints.c
b/regress/lib/libcrypto/x509/constraints.c
index
e5c37d2
..
8f7017d
100644
(file)
--- a/
regress/lib/libcrypto/x509/constraints.c
+++ b/
regress/lib/libcrypto/x509/constraints.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: constraints.c,v 1.1
1 2022/10/30 13:23:49
kn Exp $ */
+/* $OpenBSD: constraints.c,v 1.1
2 2022/10/30 13:27:15
kn Exp $ */
/*
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
*