summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2024-08-26 18:40:50 +0000
committertb <>2024-08-26 18:40:50 +0000
commit4f06d42711ea4c0d56fc2f9d133a8c12889eaf93 (patch)
tree27b2ffed4a1ef2cf5a9328e48763827edb97a740
parent7f795eb7e501c90dd7e62b95d4b8288be7a73519 (diff)
downloadopenbsd-4f06d42711ea4c0d56fc2f9d133a8c12889eaf93.tar.gz
openbsd-4f06d42711ea4c0d56fc2f9d133a8c12889eaf93.tar.bz2
openbsd-4f06d42711ea4c0d56fc2f9d133a8c12889eaf93.zip
ts.c: typo flaf -> flag
-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