summaryrefslogblamecommitdiff
path: root/src/common/md5calc.h
blob: 3571466c3ab66b567085e575264bd7991db070c3 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                

                                                          


                                                       

      
// $Id: md5calc.h,v 1.1.1.1 2004/09/10 17:26:54 MagicalTux Exp $
#ifndef _MD5CALC_H_
#define _MD5CALC_H_

void MD5_String (const char *string, char *output);
void MD5_String2binary (const char *string, char *output);
char *MD5_saltcrypt(const char *key, const char *salt);
char *make_salt();
int pass_ok(const char *password, const char *crypted);

#endif