aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/cbc.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-04-28 10:36:58 +0000
committerAndy Polyakov <appro@openssl.org>2012-04-28 10:36:58 +0000
commitf9c5e5d92e75ccff046774494b9904d849148e5f (patch)
treea4bbb971c50bcebf43e47b3abce960437fb27fa4 /crypto/perlasm/cbc.pl
parent9474483ab7bd006a1f3c96f52d78317c60c80abf (diff)
downloadopenssl-f9c5e5d92e75ccff046774494b9904d849148e5f.tar.gz
perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations.
Diffstat (limited to 'crypto/perlasm/cbc.pl')
-rw-r--r--crypto/perlasm/cbc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/cbc.pl b/crypto/perlasm/cbc.pl
index 6fc2510905..24561e759a 100644
--- a/crypto/perlasm/cbc.pl
+++ b/crypto/perlasm/cbc.pl
@@ -150,7 +150,7 @@ sub cbc
&set_label("PIC_point");
&blindpop("edx");
&lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx"));
- &mov($count,&DWP(0,"ecx",$count,4))
+ &mov($count,&DWP(0,"ecx",$count,4));
&add($count,"edx");
&xor("ecx","ecx");
&xor("edx","edx");