X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Falphacpuid.pl;fp=crypto%2Falphacpuid.s;h=1908216532c4d56f555ff5728fe3137e7f6757ee;hp=3fa77a0ade5b1415080cbe95e8468d51e88a4471;hb=6e1d44fd56142b27fc75ee92fae1ba82341909f9;hpb=528ff4b4515ea72af2dd0eaf2a27471c25b781cb;ds=sidebyside diff --git a/crypto/alphacpuid.s b/crypto/alphacpuid.pl similarity index 97% rename from crypto/alphacpuid.s rename to crypto/alphacpuid.pl index 3fa77a0ade..1908216532 100644 --- a/crypto/alphacpuid.s +++ b/crypto/alphacpuid.pl @@ -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 +___