mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-03-09 21:57:37 +00:00
abuild-tar: remove openssl engine registration, deprecated in OpenSSL 3
This commit is contained in:
parent
10ad48d1fe
commit
a590096e30
@ -376,8 +376,6 @@ int main(int argc, char **argv)
|
|||||||
int ndx;
|
int ndx;
|
||||||
|
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
ENGINE_load_builtin_engines();
|
|
||||||
ENGINE_register_all_complete();
|
|
||||||
|
|
||||||
while (getopt_long(argc, argv, "", options, &ndx) != -1) {
|
while (getopt_long(argc, argv, "", options, &ndx) != -1) {
|
||||||
if (ndx == 0)
|
if (ndx == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user