~andersk/ubuntu/oneiric/openssl/spurious-reboot

« back to all changes in this revision

Viewing changes to crypto/rc5/asm/rc5-586.pl

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2010-12-12 15:37:21 UTC
  • mto: (1.2.1 upstream) (11.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: james.westby@ubuntu.com-20101212153721-mfw51stum5hwztpd
Tags: upstream-1.0.0c
ImportĀ upstreamĀ versionĀ 1.0.0c

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/local/bin/perl
2
2
 
3
 
push(@INC,"perlasm","../../perlasm");
 
3
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 
4
push(@INC,"${dir}","${dir}../../perlasm");
4
5
require "x86asm.pl";
5
6
require "cbc.pl";
6
7