diff options
| author | jsg <> | 2014-10-28 07:35:59 +0000 |
|---|---|---|
| committer | jsg <> | 2014-10-28 07:35:59 +0000 |
| commit | 0505bd63c15c82aead21cde52afbf6c41421d140 (patch) | |
| tree | d82fff0ac0ba35d28951ab9d9e5225251c23ecda /src/lib/libcrypto/ripemd | |
| parent | 794dcf073b734d649d7b5d30916d7a3ae919b66e (diff) | |
| download | openbsd-0505bd63c15c82aead21cde52afbf6c41421d140.tar.gz openbsd-0505bd63c15c82aead21cde52afbf6c41421d140.tar.bz2 openbsd-0505bd63c15c82aead21cde52afbf6c41421d140.zip | |
deregister; no binary change
ok jsing@ miod@
Diffstat (limited to 'src/lib/libcrypto/ripemd')
| -rw-r--r-- | src/lib/libcrypto/ripemd/rmd_dgst.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ripemd/rmd_dgst.c b/src/lib/libcrypto/ripemd/rmd_dgst.c index f26fc31bf3..458968d4a6 100644 --- a/src/lib/libcrypto/ripemd/rmd_dgst.c +++ b/src/lib/libcrypto/ripemd/rmd_dgst.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rmd_dgst.c,v 1.16 2014/08/18 19:11:48 bcook Exp $ */ | 1 | /* $OpenBSD: rmd_dgst.c,v 1.17 2014/10/28 07:35:59 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 | * |
| @@ -86,7 +86,7 @@ int RIPEMD160_Init(RIPEMD160_CTX *c) | |||
| 86 | void ripemd160_block_data_order (RIPEMD160_CTX *ctx, const void *p, size_t num) | 86 | void ripemd160_block_data_order (RIPEMD160_CTX *ctx, const void *p, size_t num) |
| 87 | { | 87 | { |
| 88 | const unsigned char *data=p; | 88 | const unsigned char *data=p; |
| 89 | register unsigned MD32_REG_T A,B,C,D,E; | 89 | unsigned MD32_REG_T A,B,C,D,E; |
| 90 | unsigned MD32_REG_T a,b,c,d,e,l; | 90 | unsigned MD32_REG_T a,b,c,d,e,l; |
| 91 | #ifndef MD32_XARRAY | 91 | #ifndef MD32_XARRAY |
| 92 | /* See comment in crypto/sha/sha_locl.h for details. */ | 92 | /* See comment in crypto/sha/sha_locl.h for details. */ |
