diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ecdsa/ecdsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecdsa.c b/src/lib/libcrypto/ecdsa/ecdsa.c index d256ff39a3..5d6175a787 100644 --- a/src/lib/libcrypto/ecdsa/ecdsa.c +++ b/src/lib/libcrypto/ecdsa/ecdsa.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecdsa.c,v 1.8 2023/07/05 14:39:05 tb Exp $ */ | 1 | /* $OpenBSD: ecdsa.c,v 1.9 2023/07/05 14:41:18 tb Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -196,7 +196,7 @@ ecdsa_prepare_digest(const unsigned char *digest, int digest_len, | |||
| 196 | int digest_bits, order_bits; | 196 | int digest_bits, order_bits; |
| 197 | 197 | ||
| 198 | if (BN_bin2bn(digest, digest_len, e) == NULL) { | 198 | if (BN_bin2bn(digest, digest_len, e) == NULL) { |
| 199 | ECDSAerror(ERR_R_BN_LIB); | 199 | ECerror(ERR_R_BN_LIB); |
| 200 | return 0; | 200 | return 0; |
| 201 | } | 201 | } |
| 202 | 202 | ||
