Commit e2350001 authored by Richard Levitte's avatar Richard Levitte
Browse files

Spelling error.

This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
parent 821951b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1021,7 +1021,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")))