summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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