aboutsummaryrefslogtreecommitdiff
path: root/crypto/rc5/asm
AgeCommit message (Collapse)AuthorFilesLines
2017-05-11Remove filename argument to x86 asm_init.David Benjamin1-1/+1
The assembler already knows the actual path to the generated file and, in other perlasm architectures, is left to manage debug symbols itself. Notably, in OpenSSL 1.1.x's new build system, which allows a separate build directory, converting .pl to .s as the scripts currently do result in the wrong paths. This also avoids inconsistencies from some of the files using $0 and some passing in the filename. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3431)
2016-04-20Copyright consolidation: perl filesRich Salz1-1/+8
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-09Unified - adapt the generation of rc5 assembler to use GENERATERichard Levitte1-0/+5
This gets rid of the BEGINRAW..ENDRAW sections in crypto/rc5/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
Reviewed-by: Tim Hudson <tjh@openssl.org>
2008-01-17rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification.Andy Polyakov1-1/+2
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2003-01-16A few more files to ignoreRichard Levitte1-0/+1
2000-03-13Remove Win32 assembler files. They are always rebuilt (with someBodo Möller1-574/+0
choice of parameters) when they are needed.
1999-07-22ignore r586unix.cppBodo Möller1-0/+1
1999-07-21Auto-generated file -- this should not be under version controlBodo Möller1-628/+0
(and the other */asm/*.cpp files are not)
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall3-0/+1311