diff options
author | Andy Polyakov <appro@openssl.org> | 2010-07-28 10:17:15 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-07-28 10:17:15 +0200 |
commit | b122e482f94f1dbda6a93b4c53ccdc92b4046deb (patch) | |
tree | 56b28ff7d125e9955c3fa840c7f9a88755f58c0c /crypto/alphacpuid.pl | |
parent | Sign mismatch. (diff) | |
download | openssl-b122e482f94f1dbda6a93b4c53ccdc92b4046deb.tar.xz openssl-b122e482f94f1dbda6a93b4c53ccdc92b4046deb.zip |
alphacpuid.pl: fix brown-bag bug.
Diffstat (limited to 'crypto/alphacpuid.pl')
-rw-r--r-- | crypto/alphacpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/alphacpuid.pl b/crypto/alphacpuid.pl index 1908216532..57a473b0df 100644 --- a/crypto/alphacpuid.pl +++ b/crypto/alphacpuid.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -print <<___; +print <<'___'; .text .set noat |