summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/ca.c')
-rw-r--r--src/usr.bin/openssl/ca.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/ca.c b/src/usr.bin/openssl/ca.c
index a2e8a68368..763b57ced8 100644
--- a/src/usr.bin/openssl/ca.c
+++ b/src/usr.bin/openssl/ca.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ca.c,v 1.64 2025/12/21 07:14:47 tb Exp $ */ 1/* $OpenBSD: ca.c,v 1.65 2026/08/30 23:03:33 jsg Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -114,7 +114,7 @@
114 114
115/* Additional revocation information types */ 115/* Additional revocation information types */
116 116
117#define REV_NONE 0 /* No addditional information */ 117#define REV_NONE 0 /* No additional information */
118#define REV_CRL_REASON 1 /* Value is CRL reason code */ 118#define REV_CRL_REASON 1 /* Value is CRL reason code */
119#define REV_HOLD 2 /* Value is hold instruction */ 119#define REV_HOLD 2 /* Value is hold instruction */
120#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */ 120#define REV_KEY_COMPROMISE 3 /* Value is cert key compromise time */
@@ -397,7 +397,7 @@ static const struct option ca_options[] = {
397 { 397 {
398 .name = "extfile", 398 .name = "extfile",
399 .argname = "file", 399 .argname = "file",
400 .desc = "Configuration file with X509v3 extentions to add", 400 .desc = "Configuration file with X509v3 extensions to add",
401 .type = OPTION_ARG, 401 .type = OPTION_ARG,
402 .opt.arg = &cfg.extfile, 402 .opt.arg = &cfg.extfile,
403 }, 403 },
@@ -959,7 +959,7 @@ ca_main(int argc, char **argv)
959 } 959 }
960 } 960 }
961 /*****************************************************************/ 961 /*****************************************************************/
962 /* Read extentions config file */ 962 /* Read extensions config file */
963 if (cfg.extfile != NULL) { 963 if (cfg.extfile != NULL) {
964 extconf = NCONF_new(NULL); 964 extconf = NCONF_new(NULL);
965 if (NCONF_load(extconf, cfg.extfile, &errorline) <= 0) { 965 if (NCONF_load(extconf, cfg.extfile, &errorline) <= 0) {