mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.
This commit is contained in:
parent
676517e08e
commit
339ad7ce73
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user