summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/ecb3_enc.c
diff options
context:
space:
mode:
authorjsg <>2014-10-28 07:35:59 +0000
committerjsg <>2014-10-28 07:35:59 +0000
commita0b4b08aa4811ef730e76a9ffc401a5293770f92 (patch)
treed82fff0ac0ba35d28951ab9d9e5225251c23ecda /src/lib/libcrypto/des/ecb3_enc.c
parent41c028be1988ad160ef2fa6feca4441bb4bca17d (diff)
downloadopenbsd-a0b4b08aa4811ef730e76a9ffc401a5293770f92.tar.gz
openbsd-a0b4b08aa4811ef730e76a9ffc401a5293770f92.tar.bz2
openbsd-a0b4b08aa4811ef730e76a9ffc401a5293770f92.zip
deregister; no binary change
ok jsing@ miod@
Diffstat (limited to 'src/lib/libcrypto/des/ecb3_enc.c')
-rw-r--r--src/lib/libcrypto/des/ecb3_enc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/ecb3_enc.c b/src/lib/libcrypto/des/ecb3_enc.c
index 394b71b4b1..97de804cfb 100644
--- a/src/lib/libcrypto/des/ecb3_enc.c
+++ b/src/lib/libcrypto/des/ecb3_enc.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecb3_enc.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */ 1/* $OpenBSD: ecb3_enc.c,v 1.7 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 *
@@ -63,7 +63,7 @@ void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
63 DES_key_schedule *ks3, 63 DES_key_schedule *ks3,
64 int enc) 64 int enc)
65 { 65 {
66 register DES_LONG l0,l1; 66 DES_LONG l0,l1;
67 DES_LONG ll[2]; 67 DES_LONG ll[2];
68 const unsigned char *in = &(*input)[0]; 68 const unsigned char *in = &(*input)[0];
69 unsigned char *out = &(*output)[0]; 69 unsigned char *out = &(*output)[0];