Skip to content

Commit

Permalink
Zap obsolete der_chop script.
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Nov 14, 2004
1 parent 521aaaf commit 5fee606
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 307 deletions.
1 change: 0 additions & 1 deletion Configure
Expand Up @@ -1532,7 +1532,6 @@ EOF
if $make_targets ne ""; if $make_targets ne "";
if ( $perl =~ m@^/@) { if ( $perl =~ m@^/@) {
&dofile("tools/c_rehash",$perl,'^#!/', '#!%s','^my \$dir;$', 'my $dir = "' . $openssldir . '";'); &dofile("tools/c_rehash",$perl,'^#!/', '#!%s','^my \$dir;$', 'my $dir = "' . $openssldir . '";');
&dofile("apps/der_chop",$perl,'^#!/', '#!%s');
&dofile("apps/CA.pl",$perl,'^#!/', '#!%s'); &dofile("apps/CA.pl",$perl,'^#!/', '#!%s');
} else { } else {
# No path for Perl known ... # No path for Perl known ...
Expand Down
2 changes: 1 addition & 1 deletion apps/Makefile.ssl
Expand Up @@ -38,7 +38,7 @@ LIBSSL=-L.. -lssl


PROGRAM= openssl PROGRAM= openssl


SCRIPTS=CA.sh CA.pl der_chop SCRIPTS=CA.sh CA.pl


EXE= $(PROGRAM)$(EXE_EXT) EXE= $(PROGRAM)$(EXE_EXT)


Expand Down
305 changes: 0 additions & 305 deletions apps/der_chop.in

This file was deleted.

0 comments on commit 5fee606

Please sign in to comment.