diff options
Diffstat (limited to 'src/lib/libcrypto/des/pcbc_enc.c')
-rw-r--r-- | src/lib/libcrypto/des/pcbc_enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/pcbc_enc.c b/src/lib/libcrypto/des/pcbc_enc.c index 3eeab022a4..fda18ba83d 100644 --- a/src/lib/libcrypto/des/pcbc_enc.c +++ b/src/lib/libcrypto/des/pcbc_enc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pcbc_enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: pcbc_enc.c,v 1.6 2014/10/28 07:35:58 jsg Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -62,7 +62,7 @@ void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output, | |||
62 | long length, DES_key_schedule *schedule, | 62 | long length, DES_key_schedule *schedule, |
63 | DES_cblock *ivec, int enc) | 63 | DES_cblock *ivec, int enc) |
64 | { | 64 | { |
65 | register DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; | 65 | DES_LONG sin0,sin1,xor0,xor1,tout0,tout1; |
66 | DES_LONG tin[2]; | 66 | DES_LONG tin[2]; |
67 | const unsigned char *in; | 67 | const unsigned char *in; |
68 | unsigned char *out,*iv; | 68 | unsigned char *out,*iv; |