diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2016-09-10 16:38:17 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2016-09-10 16:38:17 +0000 |
commit | cfefb69aaaa865bbee77272f5a62148e8e90439b (patch) | |
tree | 35a913a3ae3244c1003538ea731d8353cb8ffa24 /sys/arch/i386/stand/boot | |
parent | 772fb79f5d8129e545393a381ffb9b836bc68db9 (diff) |
Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index e227dae8534..7a45dcefa94 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.60 2016/07/30 03:25:48 guenther Exp $ +# $OpenBSD: Makefile,v 1.61 2016/09/10 16:38:16 jsing Exp $ COPTS?= MAN?= boot.8 @@ -44,7 +44,7 @@ SRCS+= close.c closeall.c cons.c cread.c dev.c disklabel.c dkcksum.c fstat.c \ SRCS+= elf32.c elf64.c loadfile.c SRCS+= ufs.c .if ${SOFTRAID:L} == "yes" -SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pbkdf2.c rijndael.c sha1.c +SRCS+= aes_xts.c explicit_bzero.c hmac_sha1.c pkcs5_pbkdf2.c rijndael.c sha1.c .endif .PATH: ${S}/lib/libkern |