1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Fix ugly bug: Use our private key on our enc session key

This commit is contained in:
Paul Schaub 2018-06-26 16:34:41 +02:00
parent eadc023940
commit f26e17848d
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 4 additions and 6 deletions

View file

@ -25,6 +25,6 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile 'org.bouncycastle:bcprov-jdk15on:1.59'
compile 'org.bouncycastle:bcprov-debug-jdk15on:1.59'
compile 'org.bouncycastle:bcpg-jdk15on:1.59'
}