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

Diff of /libmcrypt/lib/mcrypt_extra.c

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

revision 1.8 by nmav, Wed May 16 08:55:12 2001 UTC revision 1.9 by nmav, Wed May 16 12:27:20 2001 UTC
# Line 208  WIN32DLL_DEFINE Line 208  WIN32DLL_DEFINE
208      int mcrypt_algorithm_module_ok(const char *file, const char *directory)      int mcrypt_algorithm_module_ok(const char *file, const char *directory)
209  {  {
210          word32 ret;          word32 ret;
211          lt_dlhandle *_handle;          lt_dlhandle _handle;
212          int (*_version) (void);          int (*_version) (void);
213    
214          if (file == NULL && directory == NULL) {          if (file == NULL && directory == NULL) {
# Line 254  WIN32DLL_DEFINE Line 254  WIN32DLL_DEFINE
254      int mcrypt_mode_module_ok(const char *file, const char *directory)      int mcrypt_mode_module_ok(const char *file, const char *directory)
255  {  {
256          word32 ret;          word32 ret;
257          lt_dlhandle *_handle;          lt_dlhandle _handle;
258          int (*_version) (void);          int (*_version) (void);
259    
260          if (file == NULL && directory == NULL) {          if (file == NULL && directory == NULL) {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26