Searched refs:dlpath (Results 1 – 1 of 1) sorted by relevance
177 char dlpath[MAXPATHLEN]; in load_des() local180 snprintf(dlpath, sizeof(dlpath), "%s/%s", _PATH_USRLIB, LIBCRYPTO); in load_des()182 snprintf(dlpath, sizeof(dlpath), "%s", libpath); in load_des()184 if (dlpath != NULL && (dlhandle = dlopen(dlpath, 0444)) != NULL) in load_des()201 printf ("Using %s shared object.\n", dlpath); in load_des()