Skip to content

Commit

Permalink
Revert "deps: cherry-pick 4ae5993 from upstream OpenSSL"
Browse files Browse the repository at this point in the history
This reverts commit f439065.
  • Loading branch information
danbev authored and shigeki committed May 29, 2017
1 parent 89e3511 commit a389060
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deps/openssl/openssl/crypto/perlasm/x86_64-xlate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@
}
sprintf "\$%s",$self->{value};
} else {
my $value = $self->{value};
$value =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm);
sprintf "%s",$value;
$self->{value} =~ s/0x([0-9a-f]+)/0$1h/ig if ($masm);
sprintf "%s",$self->{value};
}
}
}
Expand Down

0 comments on commit a389060

Please sign in to comment.