From d9f43ade72d135a971a3226603731f74eea4fb23 Mon Sep 17 00:00:00 2001 From: Mystery Man 553 Date: Tue, 13 Feb 2001 10:23:18 +0000 Subject: md5 can be done via crypt of glibc, so remove all this --- perl-install/c/Makefile.PL | 4 ++-- perl-install/c/stuff.xs.pm | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 6fe8192f7..ef43d80b9 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -9,9 +9,9 @@ WriteMakefile( 'NAME' => 'stuff', 'OPTIMIZE' => '-Os', 'MAKEFILE' => 'Makefile_c', - 'OBJECT' => 'stuff.o smp.o md5.o md5_crypt.o sbus.o silo.o', + 'OBJECT' => 'stuff.o smp.o sbus.o silo.o', 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' - 'DEFINE' => '-DHIGHFIRST -D"MD5Name(x)=x"', # e.g., '-DHAVE_SOMETHING' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '-I/usr/include/rpm `gtk-config --cflags`', # e.g., '-I/usr/include/other' ); diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 8e09a2490..8a2890f9e 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -234,11 +234,6 @@ usb_probe() } pciusb_free(entries); -char* -crypt_md5(pw, salt) - char *pw - char *salt - unsigned int getpagesize() -- cgit v1.2.1