Changeset 4e8db1c for lib/misc.h


Ignore:
Timestamp:
2008-03-16T16:03:52Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ec0355f
Parents:
50d26f3
Message:

Moved password hash verification to md5_verify_password() so this can be
reused for IRC/OPER passwords (to have encrypted in bitlbee.conf).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/misc.h

    r50d26f3 r4e8db1c  
    6767G_MODULE_EXPORT gboolean ssl_sockerr_again( void *ssl );
    6868
     69G_MODULE_EXPORT int md5_verify_password( char *password, char *hash );
     70
    6971#endif
Note: See TracChangeset for help on using the changeset viewer.