Remove store.
Rebased and merged by me, with Ben's approval. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Ben Laurie <ben@openssl.org>
This commit is contained in:
@@ -212,7 +212,7 @@ $config{sdirs} = [
|
||||
"bn", "ec", "rsa", "dsa", "dh", "dso", "engine",
|
||||
"buffer", "bio", "stack", "lhash", "rand", "err",
|
||||
"evp", "asn1", "pem", "x509", "x509v3", "conf", "txt_db", "pkcs7", "pkcs12", "comp", "ocsp", "ui",
|
||||
"cms", "ts", "jpake", "srp", "store", "cmac", "ct", "async", "kdf"
|
||||
"cms", "ts", "jpake", "srp", "cmac", "ct", "async", "kdf"
|
||||
];
|
||||
|
||||
# Known TLS and DTLS protocols
|
||||
@@ -294,7 +294,6 @@ my @disablables = (
|
||||
"ssl-trace",
|
||||
"static-engine",
|
||||
"stdio",
|
||||
"store",
|
||||
"threads",
|
||||
"tls",
|
||||
"unit-test",
|
||||
@@ -319,7 +318,6 @@ my %disabled = ( # "what" => "comment" [or special keyword "experimental
|
||||
"sctp" => "default",
|
||||
"shared" => "default",
|
||||
"ssl-trace" => "default",
|
||||
"store" => "experimental",
|
||||
"unit-test" => "default",
|
||||
"zlib" => "default",
|
||||
"zlib-dynamic" => "default",
|
||||
|
||||
Reference in New Issue
Block a user