diff options
author | tb <> | 2020-09-20 18:32:33 +0000 |
---|---|---|
committer | tb <> | 2020-09-20 18:32:33 +0000 |
commit | bef75f92760574525922f5ff9c66adf59413432e (patch) | |
tree | dd224ab43e5d9c2b14c2d04f22317e6fed7bd5d4 /src/lib/libcrypto/x509/x509_constraints.c | |
parent | ac446f804f10dfa09dd8c5e483ded6d2ac7cdeb7 (diff) | |
download | openbsd-bef75f92760574525922f5ff9c66adf59413432e.tar.gz openbsd-bef75f92760574525922f5ff9c66adf59413432e.tar.bz2 openbsd-bef75f92760574525922f5ff9c66adf59413432e.zip |
KNF/whitespace nits
Diffstat (limited to 'src/lib/libcrypto/x509/x509_constraints.c')
-rw-r--r-- | src/lib/libcrypto/x509/x509_constraints.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_constraints.c b/src/lib/libcrypto/x509/x509_constraints.c index 8fafadfcdf..34795c0796 100644 --- a/src/lib/libcrypto/x509/x509_constraints.c +++ b/src/lib/libcrypto/x509/x509_constraints.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_constraints.c,v 1.6 2020/09/20 18:22:31 beck Exp $ */ | 1 | /* $OpenBSD: x509_constraints.c,v 1.7 2020/09/20 18:32:33 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -448,7 +448,7 @@ x509_constraints_valid_domain_constraint(uint8_t *constraint, size_t len) | |||
448 | * with end of URI, '/', '?', "#', or ':'. | 448 | * with end of URI, '/', '?', "#', or ':'. |
449 | */ | 449 | */ |
450 | int | 450 | int |
451 | x509_constraints_uri_host(uint8_t *uri, size_t len, char**hostpart) | 451 | x509_constraints_uri_host(uint8_t *uri, size_t len, char **hostpart) |
452 | { | 452 | { |
453 | size_t i, hostlen = 0; | 453 | size_t i, hostlen = 0; |
454 | uint8_t *authority = NULL; | 454 | uint8_t *authority = NULL; |