diff options
Diffstat (limited to 'src/lib/libcrypto')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_oct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_oct.c b/src/lib/libcrypto/ec/ec_oct.c index ee2ae0f4fc..f1b8bc5ffd 100644 --- a/src/lib/libcrypto/ec/ec_oct.c +++ b/src/lib/libcrypto/ec/ec_oct.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec_oct.c,v 1.12 2023/04/25 19:53:30 tb Exp $ */ | 1 | /* $OpenBSD: ec_oct.c,v 1.13 2023/05/01 21:15:26 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -120,7 +120,7 @@ EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, | |||
| 120 | if (ctx == NULL) | 120 | if (ctx == NULL) |
| 121 | goto err; | 121 | goto err; |
| 122 | 122 | ||
| 123 | if (group->meth->point2oct == NULL) { | 123 | if (group->meth->point2oct == NULL) { |
| 124 | ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); | 124 | ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); |
| 125 | goto err; | 125 | goto err; |
| 126 | } | 126 | } |
