Skip to content

Commit 4e68754

Browse files
authored
jni: use corrected import for x25519 module (#218)
Closes #211.
1 parent 91e7742 commit 4e68754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jni.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use jni::strings::JNIStr;
1010
use jni::sys::{jbyteArray, jint, jlong, jshort, jstring};
1111
use jni::JNIEnv;
1212

13-
use crate::crypto::x25519::X25519SecretKey;
13+
use crate::crypto::X25519SecretKey;
1414
use std::str::FromStr;
1515

1616
use crate::ffi::new_tunnel;

0 commit comments

Comments
 (0)