diff options
-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 f5e1050bb1..ba16d7ebff 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.18 2021/10/26 09:09:53 beck Exp $ */ | 1 | /* $OpenBSD: x509_constraints.c,v 1.19 2021/12/26 15:44:29 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -390,7 +390,7 @@ x509_constraints_parse_mailbox(uint8_t *candidate, size_t len, | |||
390 | } | 390 | } |
391 | if (c == '@') { | 391 | if (c == '@') { |
392 | if (wi == 0) | 392 | if (wi == 0) |
393 | goto bad;; | 393 | goto bad; |
394 | if (candidate_local != NULL) | 394 | if (candidate_local != NULL) |
395 | goto bad; | 395 | goto bad; |
396 | candidate_local = strdup(working); | 396 | candidate_local = strdup(working); |