commit | ac9888e5a9cc7b581323614c615b669f655512a1 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Mar 07 15:49:09 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Wed Mar 09 11:09:26 2016 +0100 |
tree | 7dfec0c8aff9bb50d00db1d6bd401055316e3c13 | |
parent | fe7f8263afc2ad906ac9b834ae6dc7a2ed25c6b7 [diff] |
Unified - adapt the generation of rc5 assembler to use GENERATE 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>