diff options
author | jsg <> | 2014-10-28 07:35:59 +0000 |
---|---|---|
committer | jsg <> | 2014-10-28 07:35:59 +0000 |
commit | a0b4b08aa4811ef730e76a9ffc401a5293770f92 (patch) | |
tree | d82fff0ac0ba35d28951ab9d9e5225251c23ecda /src/lib/libcrypto/des/ecb_enc.c | |
parent | 41c028be1988ad160ef2fa6feca4441bb4bca17d (diff) | |
download | openbsd-a0b4b08aa4811ef730e76a9ffc401a5293770f92.tar.gz openbsd-a0b4b08aa4811ef730e76a9ffc401a5293770f92.tar.bz2 openbsd-a0b4b08aa4811ef730e76a9ffc401a5293770f92.zip |
deregister; no binary change
ok jsing@ miod@
Diffstat (limited to 'src/lib/libcrypto/des/ecb_enc.c')
-rw-r--r-- | src/lib/libcrypto/des/ecb_enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/ecb_enc.c b/src/lib/libcrypto/des/ecb_enc.c index 8eaf3e9582..dac37de882 100644 --- a/src/lib/libcrypto/des/ecb_enc.c +++ b/src/lib/libcrypto/des/ecb_enc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecb_enc.c,v 1.15 2014/07/09 11:10:50 bcook Exp $ */ | 1 | /* $OpenBSD: ecb_enc.c,v 1.16 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 | * |
@@ -104,7 +104,7 @@ const char *DES_options(void) | |||
104 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | 104 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, |
105 | DES_key_schedule *ks, int enc) | 105 | DES_key_schedule *ks, int enc) |
106 | { | 106 | { |
107 | register DES_LONG l; | 107 | DES_LONG l; |
108 | DES_LONG ll[2]; | 108 | DES_LONG ll[2]; |
109 | const unsigned char *in = &(*input)[0]; | 109 | const unsigned char *in = &(*input)[0]; |
110 | unsigned char *out = &(*output)[0]; | 110 | unsigned char *out = &(*output)[0]; |