Improve various things in the checksum code
[rsync.git] / packaging / openssl-rsync.cnf
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.
4
5 openssl_conf = openssl_init
6
7 [openssl_init]
8 providers = provider_sect
9
10 [provider_sect]
11 default = default_sect
12 legacy = legacy_sect
13
14 [default_sect]
15 activate = 1
16
17 [legacy_sect]
18 activate = 1