X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fcrypto%2Fripemd%2Fasm%2Frmd-586.pl;h=544c496f0783274ddcb05f56491322ba827080d7;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=e8b2bc2db2dee356f8d69951ad4fba75281e2921;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/crypto/ripemd/asm/rmd-586.pl b/lib/openssl/crypto/ripemd/asm/rmd-586.pl index e8b2bc2..544c496 100644 --- a/lib/openssl/crypto/ripemd/asm/rmd-586.pl +++ b/lib/openssl/crypto/ripemd/asm/rmd-586.pl @@ -1,4 +1,11 @@ -#!/usr/local/bin/perl +#! /usr/bin/env perl +# Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. +# +# Licensed under the OpenSSL license (the "License"). You may not use +# this file except in compliance with the License. You can obtain a copy +# in the file LICENSE in the source distribution or at +# https://www.openssl.org/source/license.html + # Normal is the # ripemd160_block_asm_data_order(RIPEMD160_CTX *c, ULONG *X,int blocks); @@ -9,6 +16,9 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; push(@INC,"${dir}","${dir}../../perlasm"); require "x86asm.pl"; +$output=pop; +open STDOUT,">$output"; + &asm_init($ARGV[0],$0); $A="ecx"; @@ -60,6 +70,8 @@ $KR3=0x7A6D76E9; &ripemd160_block("ripemd160_block_asm_data_order"); &asm_finish(); +close STDOUT; + sub Xv { local($n)=@_;