diff options
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; |
