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