From 6ba818e5c9e1d7d50478cf161fe819597499477d Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 18 Mar 2013 17:20:30 +0100 Subject: Move native functions into own class. This way the Gui will not always load the native libraries when showing profiles and allows some GUI modifications without compiling ndk code --- jni/jbcrypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jni/jbcrypto.cpp') diff --git a/jni/jbcrypto.cpp b/jni/jbcrypto.cpp index 77382fb9..97bc5e70 100644 --- a/jni/jbcrypto.cpp +++ b/jni/jbcrypto.cpp @@ -17,7 +17,7 @@ extern "C" { -jbyteArray Java_de_blinkt_openvpn_VpnProfile_rsasign(JNIEnv* env, jclass, jbyteArray from, jint pkeyRef); +jbyteArray Java_de_blinkt_openvpn_core_NativeUtils_rsasign(JNIEnv* env, jclass, jbyteArray from, jint pkeyRef); } int jniThrowException(JNIEnv* env, const char* className, const char* msg) { -- cgit v1.2.3