Unverified Commit 63c7a7b2 authored by Stig's avatar Stig Committed by GitHub
Browse files

Revert "perlPackages.CryptDES: fix build"

parent 1d877f50
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
--- a/_des.h
+++ b/_des.h
@@ -4,4 +4,6 @@
 
 void _des_crypt( des_cblock in, des_cblock out, des_ks key, int encrypt );
 void _des_expand_key( des_user_key userKey, des_ks key );
+void perl_des_expand_key( des_user_key userKey, des_ks key );
+void perl_des_crypt( des_cblock input, des_cblock output, des_ks ks, int encrypt );
+0 −4
Original line number Diff line number Diff line
@@ -5018,10 +5018,6 @@ with self; {
      url = "mirror://cpan/authors/id/D/DP/DPARIS/Crypt-DES-2.07.tar.gz";
      hash = "sha256-LbHrtYN7TLIAUcDuW3M7RFPjE33wqSMGA0yGdiHt1+c=";
    };
    patches = [
      # add extra definitions in header to please -Werror=implicit-function-declaration
      ../development/perl-modules/CryptDES-gcc14.patch
    ];
    meta = {
      description = "Perl DES encryption module";
      license = with lib.licenses; [ bsdOriginalShortened ];