forked from rpm-software-management/rpm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check that alg is NULL, not that pubkey_algo is 0
Right now the two are equivalent, but this will no longer be the case if one can parse a signature without actually loading the algorithm-specific data. This will be useful for re-parsing subkey binding and revocation signatures that have already been validated.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters