Searched refs:lib_name (Results 1 – 1 of 1) sorted by relevance
87 char lib_name[128]; in BLECrypt_if_enable_real_encryption() local89 …snprintf(lib_name,128,"../lib/libCryptov1.so"); //Relative to the working directory which is expec… in BLECrypt_if_enable_real_encryption()90 LibCryptoHandle = dlopen(lib_name, RTLD_NOW); in BLECrypt_if_enable_real_encryption()92 snprintf(lib_name,128,"libCryptov1.so"); //Let's see if the user set LD_LIBRARY_PATH in BLECrypt_if_enable_real_encryption()93 LibCryptoHandle = dlopen(lib_name, RTLD_NOW); in BLECrypt_if_enable_real_encryption()