Innovation by sed
This commit is contained in:
parent
a9b8506b34
commit
a6f63a829e
97 changed files with 176 additions and 176 deletions
|
@ -1,9 +1,9 @@
|
|||
bin_PROGRAMS = charybdis-mkpasswd charybdis-mkfingerprint
|
||||
bin_PROGRAMS = solanum-mkpasswd solanum-mkfingerprint
|
||||
AM_CFLAGS=$(WARNFLAGS)
|
||||
AM_CPPFLAGS = $(DEFAULT_INCLUDES) -I../librb/include -I.
|
||||
|
||||
charybdis_mkpasswd_SOURCES = mkpasswd.c
|
||||
charybdis_mkpasswd_LDADD = ../librb/src/librb.la
|
||||
solanum_mkpasswd_SOURCES = mkpasswd.c
|
||||
solanum_mkpasswd_LDADD = ../librb/src/librb.la
|
||||
|
||||
charybdis_mkfingerprint_SOURCES = mkfingerprint.c
|
||||
charybdis_mkfingerprint_LDADD = ../librb/src/librb.la
|
||||
solanum_mkfingerprint_SOURCES = mkfingerprint.c
|
||||
solanum_mkfingerprint_LDADD = ../librb/src/librb.la
|
||||
|
|
|
@ -32,7 +32,7 @@ A Blowfish salt consists of up to 22 alphanumeric characters (plus '.' and
|
|||
Blowfish may not always be available, but MD5, SHA256, and SHA512 are
|
||||
guaranteed to be.
|
||||
|
||||
This program should work anywhere Charybdis does; if you find otherwise, file
|
||||
This program should work anywhere Solanum does; if you find otherwise, file
|
||||
a bug.
|
||||
|
||||
* Blowfish's rounds parameter is a logarithm, not an integer value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue