Mention the `--list-only` output format.
[rsync.git] / packaging / openssl-rsync.cnf
blob7432285df96f32c5778f205b7d2a83083343862a
1 # This config file can be used with rsync to enable legacy digests
2 # (such as MD4) by using the OPENSSL_CONF environment variable.
3 # See rsync's configure --with-openssl-conf=/path/name option.
5 openssl_conf = openssl_init
7 [openssl_init]
8 providers = provider_sect
10 [provider_sect]
11 default = default_sect
12 legacy = legacy_sect
14 [default_sect]
15 activate = 1
17 [legacy_sect]
18 activate = 1