signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
233 stars 95 forks source link

Fix missing function declaration #13

Open dkonigsberg opened 8 years ago

dkonigsberg commented 8 years ago

This function is called from "uopen_modified.c" without being declared in anything included by that source file. Putting the declaration here fixes that issue.