+libcrypt
commit0f8c9bfd5d7421a99c53e6aced7f31e2b4c9f366
authorJanosch Gräf <janosch@majestix.majestix>
Mon, 15 Dec 2008 22:03:06 +0000 (15 23:03 +0100)
committerJanosch Gräf <janosch@majestix.majestix>
Mon, 15 Dec 2008 22:03:06 +0000 (15 23:03 +0100)
tree9d7e6c9c3463e7d85d1c9268e7f80364aeb689f7
parentf4495f20d6924fa0109065a6b3ced3a2eb4532b1
+libcrypt
apps/include/crypt.h [new file with mode: 0644]
apps/lib/Makefile
apps/lib/libcrypt/Makefile [new file with mode: 0644]
apps/lib/libcrypt/crypt.c [new file with mode: 0644]
apps/lib/libcrypt/crypt_stub.c [new file with mode: 0644]
apps/lib/libcrypt/des.c [new file with mode: 0644]
apps/lib/libcrypt/libcrypt.h [new file with mode: 0644]
apps/lib/libcrypt/md5.c [new file with mode: 0644]