Skip to content

Commit

Permalink
[backend] revert -h parameter in keygen
Browse files Browse the repository at this point in the history
It may interfere with the encrypt key selection. This is not
a problem for normal signing because the key is taken from the
decrypt data.
  • Loading branch information
mlschroe committed Sep 8, 2016
1 parent 86d9f07 commit 5ccb572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ sub createkey {
my @signargs;
push @signargs, '--project', $projid if $BSConfig::sign_project;
push @signargs, '-P', "$uploaddir/signkey.$$";
push @signargs, '-h', 'sha256'; # used by newer signd versions
#push @signargs, '-h', 'sha256';
my $obsname = $BSConfig::obsname || 'build.opensuse.org';
my $pubkey = '';
local *F;
Expand Down

0 comments on commit 5ccb572

Please sign in to comment.