diff options
| author | tb <> | 2023-04-28 15:39:29 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-28 15:39:29 +0000 |
| commit | 560c2f74e2208eeb42bc6b868fd64c235b7737c5 (patch) | |
| tree | 3bafe730154e14ff6fed7b301353f2802164a0cd /src/lib/libc | |
| parent | f8bfddf557b7c7e5e029ea0d789e81f630192d97 (diff) | |
| download | openbsd-560c2f74e2208eeb42bc6b868fd64c235b7737c5.tar.gz openbsd-560c2f74e2208eeb42bc6b868fd64c235b7737c5.tar.bz2 openbsd-560c2f74e2208eeb42bc6b868fd64c235b7737c5.zip | |
Remove now no longer needed <assert.h>; sort headers
ok jsing
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_policy.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509_policy.c b/src/lib/libcrypto/x509/x509_policy.c index 4598597e04..03f0f10ac5 100644 --- a/src/lib/libcrypto/x509/x509_policy.c +++ b/src/lib/libcrypto/x509/x509_policy.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_policy.c,v 1.22 2023/04/28 15:37:28 tb Exp $ */ | 1 | /* $OpenBSD: x509_policy.c,v 1.23 2023/04/28 15:39:29 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2022, Google Inc. | 3 | * Copyright (c) 2022, Google Inc. |
| 4 | * | 4 | * |
| @@ -15,14 +15,12 @@ | |||
| 15 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <openssl/x509.h> | ||
| 19 | |||
| 20 | #include <assert.h> | ||
| 21 | #include <string.h> | 18 | #include <string.h> |
| 22 | 19 | ||
| 23 | #include <openssl/err.h> | 20 | #include <openssl/err.h> |
| 24 | #include <openssl/objects.h> | 21 | #include <openssl/objects.h> |
| 25 | #include <openssl/stack.h> | 22 | #include <openssl/stack.h> |
| 23 | #include <openssl/x509.h> | ||
| 26 | #include <openssl/x509v3.h> | 24 | #include <openssl/x509v3.h> |
| 27 | 25 | ||
| 28 | #include "x509_internal.h" | 26 | #include "x509_internal.h" |
