summaryrefslogtreecommitdiffstats
path: root/secure/lib/libdes/cfb64enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libdes/cfb64enc.c')
-rw-r--r--secure/lib/libdes/cfb64enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libdes/cfb64enc.c b/secure/lib/libdes/cfb64enc.c
index 60c8511..0f1e780 100644
--- a/secure/lib/libdes/cfb64enc.c
+++ b/secure/lib/libdes/cfb64enc.c
@@ -63,7 +63,7 @@ int encrypt;
{
register DES_LONG v0,v1;
register long l=length;
- register int n=*num;
+ register int n= *num;
DES_LONG ti[2];
unsigned char *iv,c,cc;
OpenPOWER on IntegriCloud