r22476: The OID match is used very oddly in AD, as it is often used for fields
[Samba.git] / source / heimdal_build / hcrypto-deps.pl
blob61dd832b6ac9c251263ca31c93ad402bc7e9db51
1 #!/usr/bin/perl
2 use strict;
4 foreach (@ARGV) {
5 my $old = $_;
6 my $new = $old; $new =~ s/des/des\/hcrypto/g;
7 my $dir = $old;
8 print "$new: heimdal/lib/des/hcrypto\n";