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/bn/bn_shift.c | |
| 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/bn/bn_shift.c')
| -rw-r--r-- | src/lib/libcrypto/bn/bn_shift.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_shift.c b/src/lib/libcrypto/bn/bn_shift.c index 771ddff7b0..0e8211e3d6 100644 --- a/src/lib/libcrypto/bn/bn_shift.c +++ b/src/lib/libcrypto/bn/bn_shift.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_shift.c,v 1.12 2014/07/11 08:44:48 jsing Exp $ */ | 1 | /* $OpenBSD: bn_shift.c,v 1.13 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 | * |
| @@ -64,7 +64,7 @@ | |||
| 64 | int | 64 | int |
| 65 | BN_lshift1(BIGNUM *r, const BIGNUM *a) | 65 | BN_lshift1(BIGNUM *r, const BIGNUM *a) |
| 66 | { | 66 | { |
| 67 | register BN_ULONG *ap, *rp, t, c; | 67 | BN_ULONG *ap, *rp, t, c; |
| 68 | int i; | 68 | int i; |
| 69 | 69 | ||
| 70 | bn_check_top(r); | 70 | bn_check_top(r); |
