Fix minor typo in comment in Configure
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5825)
This commit is contained in:
parent
5585c8495e
commit
094925de1e
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ my %deprecated_disablables = (
|
|||
"ui" => "ui-console",
|
||||
);
|
||||
|
||||
# All of the following is disabled by default (RC5 was enabled before 0.9.8):
|
||||
# All of the following are disabled by default:
|
||||
|
||||
our %disabled = ( # "what" => "comment"
|
||||
"asan" => "default",
|
||||
|
|
Loading…
Reference in a new issue