Hi,

>Hey guys i'm having trouble with a jni interface to OpenSSL. 

>/home/mcx/Programming/Eclipse/project/lib/libnativebf.so: undefined symbol: 
>  BF_set_key

If BF_set_key function is statically linked, you can confirm
those symbols in shared object, like:

$ nm libnativebf.so
         U BF_cfb64_encrypt
         U BF_set_key                   <- must exist.
000009a0 T Java_nativeBF_nativeRun
                :

Hope this helps.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
from Fukuoka.Japan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to