aboutsummaryrefslogtreecommitdiff
path: root/build-standalone.xml
diff options
context:
space:
mode:
authorJ08nY2019-07-24 23:19:03 +0200
committerJ08nY2019-07-24 23:19:03 +0200
commit2d09947b4200799b554c55de52afd612bb06d84e (patch)
tree28bda4dc20527d0bb4b6d9fb50ed116f48bf1416 /build-standalone.xml
parent628bfd7258bcefa5d0005a370d35e1227ce2f844 (diff)
downloadECTester-2d09947b4200799b554c55de52afd612bb06d84e.tar.gz
ECTester-2d09947b4200799b554c55de52afd612bb06d84e.tar.zst
ECTester-2d09947b4200799b554c55de52afd612bb06d84e.zip
Unify native timing, add more timing sources.
Diffstat (limited to 'build-standalone.xml')
-rw-r--r--build-standalone.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-standalone.xml b/build-standalone.xml
index ae49405..90b4fa9 100644
--- a/build-standalone.xml
+++ b/build-standalone.xml
@@ -133,6 +133,7 @@
<target name="headers" depends="compile">
<javah classpath="${build.classes.dir}" outputfile="src/cz/crcs/ectester/standalone/libs/jni/native.h">
+ <class name="cz.crcs.ectester.standalone.libs.NativeECLibrary"/>
<class name="cz.crcs.ectester.standalone.libs.TomcryptLib"/>
<class name="cz.crcs.ectester.standalone.libs.jni.NativeProvider$TomCrypt"/>
<class name="cz.crcs.ectester.standalone.libs.jni.NativeKeyPairGeneratorSpi$TomCrypt"/>