Searched refs:md5_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dpos4obj.c105 void *md5_handle = dlopen("libmd.so.1", RTLD_LAZY); local
106 md5_calc_t md5_calc = (md5_handle == NULL)? NULL :
107 (md5_calc_t)dlsym(md5_handle, "md5_calc");
115 md5_handle = NULL; /* don't dlclose it */
121 if (md5_handle)
122 (void) dlclose(md5_handle);

Completed in 43 milliseconds