diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
commit | c3eee8e333866d92e5fd94ae83cef618758c11bb (patch) | |
tree | 234a06fd90bd61a6668490a0cbf8870e6c674b81 /FICS/fics_getsalt.h |
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'FICS/fics_getsalt.h')
-rw-r--r-- | FICS/fics_getsalt.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/FICS/fics_getsalt.h b/FICS/fics_getsalt.h new file mode 100644 index 0000000..317ae27 --- /dev/null +++ b/FICS/fics_getsalt.h @@ -0,0 +1,13 @@ +#ifndef FICS_GETSALT_H +#define FICS_GETSALT_H + +#include "common.h" + +#define FICS_SALT_BEG "$2b$10$" +#define FICS_SALT_SIZE 30 + +__FICS_BEGIN_DECLS +char *fics_getsalt(void); +__FICS_END_DECLS + +#endif |