diff options
author | tb <> | 2020-09-20 18:32:33 +0000 |
---|---|---|
committer | tb <> | 2020-09-20 18:32:33 +0000 |
commit | d1b6fcd5204171614ffca34c18b320cbdd1650b1 (patch) | |
tree | dd224ab43e5d9c2b14c2d04f22317e6fed7bd5d4 /src/lib/libcrypto/x509/x509_constraints.c | |
parent | 407345d49b1ca886ab4bc7e429c61fb07a7eb964 (diff) | |
download | openbsd-d1b6fcd5204171614ffca34c18b320cbdd1650b1.tar.gz openbsd-d1b6fcd5204171614ffca34c18b320cbdd1650b1.tar.bz2 openbsd-d1b6fcd5204171614ffca34c18b320cbdd1650b1.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; |