Debugedit needs crypto initialization too..
This commit is contained in:
parent
3a168d6927
commit
f38eeadf41
|
@ -1315,6 +1315,8 @@ handle_build_id (DSO *dso, Elf_Data *build_id,
|
|||
void *digest = NULL;
|
||||
size_t len;
|
||||
|
||||
rpmInitCrypto();
|
||||
|
||||
while (i-- > 0)
|
||||
{
|
||||
algorithm = algorithms[i];
|
||||
|
|
Loading…
Reference in New Issue