diff options
| author | kn <> | 2022-10-30 13:27:15 +0000 |
|---|---|---|
| committer | kn <> | 2022-10-30 13:27:15 +0000 |
| commit | 4b467892dd02776e02efb52c13f59fa0b9ad8562 (patch) | |
| tree | 352302599bc3a50d1002124398c46781f6b277cb /src | |
| parent | 33397b3614e55cc7650f6635c107fce1ff8217aa (diff) | |
| download | openbsd-4b467892dd02776e02efb52c13f59fa0b9ad8562.tar.gz openbsd-4b467892dd02776e02efb52c13f59fa0b9ad8562.tar.bz2 openbsd-4b467892dd02776e02efb52c13f59fa0b9ad8562.zip | |
The previous commit message out to say this:
---
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/constraints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/x509/constraints.c b/src/regress/lib/libcrypto/x509/constraints.c index e5c37d21cc..8f7017dd7e 100644 --- a/src/regress/lib/libcrypto/x509/constraints.c +++ b/src/regress/lib/libcrypto/x509/constraints.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: constraints.c,v 1.11 2022/10/30 13:23:49 kn Exp $ */ | 1 | /* $OpenBSD: constraints.c,v 1.12 2022/10/30 13:27:15 kn Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
