abuild-tar: remove openssl engine registration, deprecated in OpenSSL 3

This commit is contained in:
Ariadne Conill 2021-09-20 10:01:49 -06:00
parent 10ad48d1fe
commit a590096e30
1 changed files with 0 additions and 2 deletions

View File

@ -376,8 +376,6 @@ int main(int argc, char **argv)
int ndx;
OpenSSL_add_all_algorithms();
ENGINE_load_builtin_engines();
ENGINE_register_all_complete();
while (getopt_long(argc, argv, "", options, &ndx) != -1) {
if (ndx == 0)