Remove unused encryption/decryption routines from genpass

This commit is contained in:
Chris Oei 2012-09-02 19:01:02 -07:00
parent 324f7a8124
commit dbe6b6cdc2
4 changed files with 9 additions and 416 deletions

View file

@ -177,8 +177,7 @@ scrypt_SOURCES = main.c \
lib/util/memlimit.c \
lib/util/readpass.c \
lib/util/warn.c \
lib/scryptenc/scryptenc.c \
lib/scryptenc/scryptenc_cpuperf.c \
lib/genpass/genpass.c \
lib/crypto/crypto_aesctr.c \
lib/crypto/sha256.c \
lib/crypto/crypto_scrypt-@SCRYPTVER@.c