mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-28 05:39:07 +00:00
Use final.
This commit is contained in:
parent
6019998817
commit
1f06087fad
@ -1787,7 +1787,7 @@ private byte[] addGssMicAvsToTargetInfo( final byte[] originalTargetInfo,
|
|||||||
writeUShort( newTargetInfo, MSV_AV_CHANNEL_BINDINGS, appendLength + 8 );
|
writeUShort( newTargetInfo, MSV_AV_CHANNEL_BINDINGS, appendLength + 8 );
|
||||||
writeUShort( newTargetInfo, 16, appendLength + 10 );
|
writeUShort( newTargetInfo, 16, appendLength + 10 );
|
||||||
|
|
||||||
byte[] channelBindingsHash;
|
final byte[] channelBindingsHash;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
final byte[] certBytes = peerServerCertificate.getEncoded();
|
final byte[] certBytes = peerServerCertificate.getEncoded();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user