File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
libp2p/src/main/kotlin/io/libp2p/transport/quic Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ android {
3333 exclude ' META-INF/license/LICENSE.mvn-wrapper.txt'
3434 exclude ' META-INF/license/LICENSE.quiche.txt'
3535 exclude ' META-INF/license/LICENSE.tomcat-native.txt'
36+ exclude ' META-INF/license/LICENSE.jbzip2.txt'
3637 }
3738 kotlinOptions {
3839 jvmTarget = " 11"
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ class QuicTransport(
295295 val javaPrivateKey = getJavaKey(connectionKeys.first)
296296 val isClient = expectedRemotePeerId != null
297297 val cert = buildCert(localKey, connectionKeys.first)
298- logger.info(" Building {} keys and cert for peer {}" , certAlgorithm, PeerId .fromPubKey(localKey.publicKey()))
298+ logger.info(" Building {} keys and cert for peer id {}" , certAlgorithm, PeerId .fromPubKey(localKey.publicKey()))
299299 return (
300300 if (isClient) {
301301 QuicSslContextBuilder .forClient().keyManager(javaPrivateKey, null , cert)
You can’t perform that action at this time.
0 commit comments