libcrypt: Drop inclusion of libutil.h

This was rendered obsolete in 2012 by a0ee974f0b, since auth_getval
was the only reason the header was included.

MFC after:	1 week
This commit is contained in:
Jessica Clarke 2021-12-06 22:28:10 +00:00
parent 6010a892b4
commit 7d232d647e
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SRCS= crypt.c misc.c \
MAN= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_r.3 \
crypt.3 crypt_set_format.3
CFLAGS+= -I${SRCTOP}/lib/libmd -I${SRCTOP}/lib/libutil \
CFLAGS+= -I${SRCTOP}/lib/libmd \
-I${SRCTOP}/sys/crypto/sha2
# Pull in the strong crypto, if it is present.

View File

@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <libutil.h>
#include <string.h>
#include <unistd.h>