diff options
Diffstat (limited to 'modules/pam_unix/md5_good.c')
-rw-r--r-- | modules/pam_unix/md5_good.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/pam_unix/md5_good.c b/modules/pam_unix/md5_good.c new file mode 100644 index 0000000..131e451 --- /dev/null +++ b/modules/pam_unix/md5_good.c @@ -0,0 +1,5 @@ +#define HIGHFIRST +#define MD5Name(x) Good##x + +#include "md5.c" +#include "md5_crypt.c" |