projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
676517e
)
rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.
author
Andy Polyakov
<appro@openssl.org>
Thu, 17 Jan 2008 19:48:01 +0000
(19:48 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 17 Jan 2008 19:48:01 +0000
(19:48 +0000)
crypto/rc5/asm/rc5-586.pl
patch
|
blob
|
history
diff --git
a/crypto/rc5/asm/rc5-586.pl
b/crypto/rc5/asm/rc5-586.pl
index edff1d1e64afc486496169a31d2a02a4f085010d..61ac6effc69c01e73debe7667ce644e044c81469 100644
(file)
--- a/
crypto/rc5/asm/rc5-586.pl
+++ b/
crypto/rc5/asm/rc5-586.pl
@@
-1,6
+1,7
@@
#!/usr/local/bin/perl
-push(@INC,"perlasm","../../perlasm");
+$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
+push(@INC,"${dir}","${dir}../../perlasm");
require "x86asm.pl";
require "cbc.pl";