sync code with last fixes and improvements from OpenBSD
This commit is contained in:
parent
691f97cc10
commit
371ae113c6
175 changed files with 2932 additions and 1512 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: ec_point_conversion.c,v 1.13 2023/04/26 09:31:12 tb Exp $ */
|
||||
/* $OpenBSD: ec_point_conversion.c,v 1.14 2023/08/01 17:19:49 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
|
||||
* Copyright (c) 2021 Joel Sing <jsing@openbsd.org>
|
||||
|
@ -24,8 +24,6 @@
|
|||
#include <openssl/ec.h>
|
||||
#include <openssl/objects.h>
|
||||
|
||||
int bn_rand_interval(BIGNUM *, const BIGNUM *, const BIGNUM *);
|
||||
|
||||
int forms[] = {
|
||||
POINT_CONVERSION_COMPRESSED,
|
||||
POINT_CONVERSION_UNCOMPRESSED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue