summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-08-26 18:40:50 +0000
committertb <>2024-08-26 18:40:50 +0000
commite1e5814be66e5d7a0471e1c2a690578960c1307f (patch)
tree27b2ffed4a1ef2cf5a9328e48763827edb97a740 /src
parente7b5a3018f969bd5b331c37395a16e6520b5bb5e (diff)
downloadopenbsd-e1e5814be66e5d7a0471e1c2a690578960c1307f.tar.gz
openbsd-e1e5814be66e5d7a0471e1c2a690578960c1307f.tar.bz2
openbsd-e1e5814be66e5d7a0471e1c2a690578960c1307f.zip
ts.c: typo flaf -> flag
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ts.c b/src/usr.bin/openssl/ts.c
index dfcf5dd923..2bb35d84a4 100644
--- a/src/usr.bin/openssl/ts.c
+++ b/src/usr.bin/openssl/ts.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts.c,v 1.28 2024/03/25 10:16:02 tb Exp $ */ 1/* $OpenBSD: ts.c,v 1.29 2024/08/26 18:40:50 tb Exp $ */
2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL 2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
3 * project 2002. 3 * project 2002.
4 */ 4 */
@@ -950,7 +950,7 @@ create_response(CONF *conf, const char *section, char *queryfile, char *passin,
950 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx)) 950 if (!TS_CONF_set_clock_precision_digits(conf, section, resp_ctx))
951 goto end; 951 goto end;
952 952
953 /* Setting the ordering flaf if requested. */ 953 /* Setting the ordering flag if requested. */
954 if (!TS_CONF_set_ordering(conf, section, resp_ctx)) 954 if (!TS_CONF_set_ordering(conf, section, resp_ctx))
955 goto end; 955 goto end;
956 956