OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
17-Oct-2006 18:21:28
Branch: HEAD Handle:
2006101717212800
Modified files:
openssl/crypto/perlasm x86asm.pl
Log:
Typo in perlasm/x86asm.pl.
Summary:
Revision Changes Path
1.16 +1 -1 openssl/crypto/perlasm/x86asm.pl
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/perlasm/x86asm.pl
============================================================
================
$ cvs diff -u -r1.15 -r1.16 x86asm.pl
--- openssl/crypto/perlasm/x86asm.pl 17 Oct 2006 06:43:11
-0000 1.15
+++ openssl/crypto/perlasm/x86asm.pl 17 Oct 2006 16:21:28
-0000 1.16
 -94,7 +94,7 
$stack+=16; # readjust esp as if we didn't pop
anything
}
-sub ::asciz { foreach ( _) {
&data_byte(unpack("C*",$_[0]),0); } }
+sub ::asciz { foreach ( _) {
&data_byte(unpack("C*",$_),0); } }
sub ::asm_finish
{ &file_end();
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|