/[mcrypt]/libmcrypt/lib/mcrypt_modules.c
ViewVC logotype

Diff of /libmcrypt/lib/mcrypt_modules.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by nmav, Thu Oct 12 21:06:31 2000 UTC revision 1.6 by nmav, Thu Oct 19 17:50:56 2000 UTC
# Line 60  void *mcrypt_dlopen_ext ( const char *fi Line 60  void *mcrypt_dlopen_ext ( const char *fi
60          ret = dlopen(full_path, RTLD_LAZY);          ret = dlopen(full_path, RTLD_LAZY);
61    
62          if (ret==NULL) {          if (ret==NULL) {
63    #ifndef WIN32
64                  strcat(full_path, ".so");                  strcat(full_path, ".so");
65    #else
66                    strcat(full_path, ".dll");
67    #endif
68                  ret = dlopen(full_path, RTLD_LAZY);                  ret = dlopen(full_path, RTLD_LAZY);
69          }          }
70          return ret;          return ret;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26