aboutsummaryrefslogtreecommitdiff
path: root/build-standalone.xml
diff options
context:
space:
mode:
authorJ08nY2018-10-16 00:57:24 +0200
committerJ08nY2018-10-16 00:57:24 +0200
commit40ec0fea381a6538f5498b9fb75706ef9fa79f59 (patch)
tree06081d0b40f7fb8cb25024cf34717f1ae1b1066d /build-standalone.xml
parent7e9917742785a9fd532a52231e95ddad5775555f (diff)
downloadECTester-feature/boring-ssl.tar.gz
ECTester-feature/boring-ssl.tar.zst
ECTester-feature/boring-ssl.zip
Diffstat (limited to 'build-standalone.xml')
-rw-r--r--build-standalone.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-standalone.xml b/build-standalone.xml
index 685f791..c141509 100644
--- a/build-standalone.xml
+++ b/build-standalone.xml
@@ -157,6 +157,13 @@
<class name="cz.crcs.ectester.standalone.libs.jni.NativeECPrivateKey$Mscng"/>
<class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyAgreementSpi$Mscng"/>
<class name="cz.crcs.ectester.standalone.libs.jni.NativeSignatureSpi$Mscng"/>
+ <class name="cz.crcs.ectester.standalone.libs.BoringsslLib"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeProvider$Boringssl"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyPairGeneratorSpi$Boringssl"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeECPublicKey$Boringssl"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeECPrivateKey$Boringssl"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyAgreementSpi$Boringssl"/>
+ <class name="cz.crcs.ectester.standalone.libs.jni.NativeSignatureSpi$Boringssl"/>
</javah>
</target>
</project>