diff options
Diffstat (limited to 'src/lib/libcrypto/bn')
| -rw-r--r-- | src/lib/libcrypto/bn/bn_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_lib.c b/src/lib/libcrypto/bn/bn_lib.c index 311ec2044d..17f4ae89da 100644 --- a/src/lib/libcrypto/bn/bn_lib.c +++ b/src/lib/libcrypto/bn/bn_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_lib.c,v 1.35 2016/03/04 16:23:30 deraadt Exp $ */ | 1 | /* $OpenBSD: bn_lib.c,v 1.36 2016/03/15 20:50:22 krw 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 | * |
| @@ -295,7 +295,7 @@ bn_expand_internal(const BIGNUM *b, int words) | |||
| 295 | * The fact that the loop is unrolled | 295 | * The fact that the loop is unrolled |
| 296 | * 4-wise is a tribute to Intel. It's | 296 | * 4-wise is a tribute to Intel. It's |
| 297 | * the one that doesn't have enough | 297 | * the one that doesn't have enough |
| 298 | * registers to accomodate more data. | 298 | * registers to accommodate more data. |
| 299 | * I'd unroll it 8-wise otherwise:-) | 299 | * I'd unroll it 8-wise otherwise:-) |
| 300 | * | 300 | * |
| 301 | * <appro@fy.chalmers.se> | 301 | * <appro@fy.chalmers.se> |
