1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
/* * SSL_Common.h * * Created on: 2013-5-8 * Author: lis */ #ifndef SSL_COMMON_H_ #define SSL_COMMON_H_ #include <time.h> #include <ctype.h> #include <dlfcn.h> #ifdef __cplusplus extern "C" { #endif int get_so_path(void* func_addr,char* path,unsigned int size); #ifdef __cplusplus } #endif #endif /* SSL_COMMON_H_ */