diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-21 16:56:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-21 16:56:10 +0000 |
| commit | c67ed39bc994a0aef06454c1e3044e79f712b739 (patch) | |
| tree | 4397f736b9161f50cd0b00cdcfd2b0acc7c1af7e /src/contrib/crypt/how | |
| parent | 93ce2024a62325cbae5f2f6fd2155a4ef89cee63 (diff) | |
Diffstat (limited to 'src/contrib/crypt/how')
| -rw-r--r-- | src/contrib/crypt/how | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contrib/crypt/how b/src/contrib/crypt/how new file mode 100644 index 0000000..d60c94b --- /dev/null +++ b/src/contrib/crypt/how @@ -0,0 +1 @@ +hash = md5::MD5Crypt(this->password.c_str(), salt); |
