summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-09 18:18:31 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-09 18:18:31 -0800
commit046943f30564f7d07c57383d361a5169a87a48cb (patch)
treeed2783411a8e87e5c70ddec200a58df9d20268b5 /com32/libutil/Makefile
parent83f2f0a118e16eb7a0dc58e6b5d51c5745f7c1f3 (diff)
downloadsyslinux-046943f30564f7d07c57383d361a5169a87a48cb.tar.gz
Add sha256crypt and sha512crypt; not yet enabled
Add support for sha256crypt and sha512crypt to the library. Not yet included in the menu system, need to decide if it's worth 10K or if the code can be realistically compacted.
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index df5843e3..cc093e29 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -50,7 +50,7 @@ LNXSFLAGS = -g
LNXLDFLAGS = -g
OBJCOPY = objcopy
LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o \
- md5.o crypt-md5.o base64.o
+ md5.o crypt-md5.o sha256crypt.o sha512crypt.o base64.o
LNXLIBOBJS = $(patsubst %.o,%.lo,$(LIBOBJS))
.SUFFIXES: .lss .c .lo .o .elf .c32 .lnx