diff options
author | 2002-12-16 09:22:51 +0000 | |
---|---|---|
committer | 2002-12-16 09:22:51 +0000 | |
commit | ac30dfea2b49154d2a4b78959b60165206c70bd6 (patch) | |
tree | c79483b0326b75ab83e228ab7501e94c3b0abc36 /lib/libssl/src | |
parent | switchover to pf-based altq. (diff) | |
download | wireguard-openbsd-ac30dfea2b49154d2a4b78959b60165206c70bd6.tar.xz wireguard-openbsd-ac30dfea2b49154d2a4b78959b60165206c70bd6.zip |
typo; torh@bogus.net
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/apps/ca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/ca.c b/lib/libssl/src/apps/ca.c index 492b64f04f1..2d57fb490cc 100644 --- a/lib/libssl/src/apps/ca.c +++ b/lib/libssl/src/apps/ca.c @@ -1016,7 +1016,7 @@ bad: } if (verbose) - BIO_printf(bio_err, "Succesfully loaded extensions file %s\n", extfile); + BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile); /* We can have sections in the ext file */ if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions"))) |