diff options
Diffstat (limited to 'elf/tst-linkall-static.c')
-rw-r--r-- | elf/tst-linkall-static.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/tst-linkall-static.c b/elf/tst-linkall-static.c index d9943aa753..ccb6000d86 100644 --- a/elf/tst-linkall-static.c +++ b/elf/tst-linkall-static.c @@ -18,9 +18,6 @@ #include <math.h> #include <pthread.h> -#if USE_CRYPT -# include <crypt.h> -#endif #include <resolv.h> #include <dlfcn.h> #include <utmp.h> @@ -34,9 +31,6 @@ void *references[] = { &pow, /* libm */ &pthread_create, /* libpthread */ -#if USE_CRYPT - &crypt, /* libcrypt */ -#endif &res_send, /* libresolv */ &dlopen, /* libdl */ &login, /* libutil */ |