Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls ...
[openssl.git] / crypto / alphacpuid.pl
similarity index 97%
rename from crypto/alphacpuid.s
rename to crypto/alphacpuid.pl
index 3fa77a0ade5b1415080cbe95e8468d51e88a4471..1908216532c4d56f555ff5728fe3137e7f6757ee 100644 (file)
@@ -1,3 +1,5 @@
+#!/usr/bin/env perl
+print <<___;
 .text
 
 .set   noat
@@ -123,3 +125,4 @@ OPENSSL_cleanse:
        br      .Little
 .Ldone: ret    ($26)
 .end   OPENSSL_cleanse
+___