diff options
author | Mystery Man 553 <uid553@mandriva.org> | 2001-02-13 10:23:18 +0000 |
---|---|---|
committer | Mystery Man 553 <uid553@mandriva.org> | 2001-02-13 10:23:18 +0000 |
commit | d9f43ade72d135a971a3226603731f74eea4fb23 (patch) | |
tree | 20336938d8514893cd5a03890df1b289a4d61470 /perl-install/c/stuff.xs.pm | |
parent | e948d78d8e682b617fc09d528e55decb6debb973 (diff) | |
download | drakx-d9f43ade72d135a971a3226603731f74eea4fb23.tar drakx-d9f43ade72d135a971a3226603731f74eea4fb23.tar.gz drakx-d9f43ade72d135a971a3226603731f74eea4fb23.tar.bz2 drakx-d9f43ade72d135a971a3226603731f74eea4fb23.tar.xz drakx-d9f43ade72d135a971a3226603731f74eea4fb23.zip |
md5 can be done via crypt of glibc, so remove all this
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 5 |
1 files changed, 0 insertions, 5 deletions
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() |