Build: correct assembler generation in crypto/rc4/build.info
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Feb 2019 06:55:56 +0000 (07:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Feb 2019 20:34:32 +0000 (21:34 +0100)
commit1039c7825535d8219b88372b7ad4a3b94c42605d
treec5aebae2b65b165186874263c62961ef2f993703
parentb2aea0e3d9a15e30ebce8b6da213df4a3f346155
Build: correct assembler generation in crypto/rc4/build.info

In the removal of BEGINRAW / ENDRAW, attention to the difference
between capital .S and lowercase .s wasn't duly paid.  This corrects
the error.

Fixes #8155

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8157)
crypto/rc4/build.info