Spelling error.
This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
This commit is contained in:
parent
821951b851
commit
e235000169
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ bad:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose)
|
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 */
|
/* We can have sections in the ext file */
|
||||||
if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
|
if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
|
||||||
|
|
Loading…
Reference in a new issue