summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-12-31 17:04:22 +0000
committertb <>2025-12-31 17:04:22 +0000
commitcf05aaf03232b61ed182ae5868d7f3863bc87921 (patch)
tree245e449c26aed59484a5f90af123caeb7fbe6485 /src
parent6f2ee5a9a79b7b50dcd481715ff4209cfb40223c (diff)
downloadopenbsd-cf05aaf03232b61ed182ae5868d7f3863bc87921.tar.gz
openbsd-cf05aaf03232b61ed182ae5868d7f3863bc87921.tar.bz2
openbsd-cf05aaf03232b61ed182ae5868d7f3863bc87921.zip
constaints -> constraints
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/x509/x509_extensions_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/x509_extensions_test.c b/src/regress/lib/libcrypto/x509/x509_extensions_test.c
index 2961b0612b..1a7dfe2019 100644
--- a/src/regress/lib/libcrypto/x509/x509_extensions_test.c
+++ b/src/regress/lib/libcrypto/x509/x509_extensions_test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_extensions_test.c,v 1.3 2024/06/17 05:04:54 tb Exp $ */ 1/* $OpenBSD: x509_extensions_test.c,v 1.4 2025/12/31 17:04:22 tb Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2024 Theo Buehler <tb@openbsd.org>
@@ -215,7 +215,7 @@ test_x509v3_add1_i2d_single_nid(STACK_OF(X509_EXTENSION) **extensions)
215 } 215 }
216 216
217 if ((got = X509v3_get_ext_count(*extensions)) != 1) { 217 if ((got = X509v3_get_ext_count(*extensions)) != 1) {
218 fprintf(stderr, "%s: FAIL: X509V3_ADD_DEFAULT second contraints " 218 fprintf(stderr, "%s: FAIL: X509V3_ADD_DEFAULT second constraints "
219 "expected 1 extension, have %d.\n", __func__, got); 219 "expected 1 extension, have %d.\n", __func__, got);
220 goto err; 220 goto err;
221 } 221 }