]> www.infradead.org Git - mtd-utils.git/commit
mkfs.ubifs: remove OPENSSL_no_config()
authorTorben Hohn <torben.hohn@linutronix.de>
Fri, 24 Jul 2020 07:47:05 +0000 (09:47 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sun, 18 Oct 2020 20:33:56 +0000 (22:33 +0200)
commitcf8a7fcbb54a36af6e10c7cd29f9afa905083ec1
tree0e76be5194f06065336916c4d3b04ac09e19e365
parent9fc8db29cf624b40cd2abeadc882eff8dd4ca65a
mkfs.ubifs: remove OPENSSL_no_config()

Especially for the pkcs11 engine, a configuration is required
because the provider has to be configured.

Its not clear why OPENSSL_no_config() is called.

Remove OPENSSL_no_config() and call OPENSSL_config(NULL)
instead.

Signed-off-by: Torben Hohn <torben.hohn@linutronix.de>
Signed-off-by: Bastian Germann <bage@linutronix.de>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
ubifs-utils/mkfs.ubifs/sign.c