artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc18af
)
ec_point_conversion: do not rely on ec.h pulling in bn.h
author
tb
<tb@openbsd.org>
Sat, 15 Apr 2023 21:53:38 +0000
(21:53 +0000)
committer
tb
<tb@openbsd.org>
Sat, 15 Apr 2023 21:53:38 +0000
(21:53 +0000)
regress/lib/libcrypto/ec/ec_point_conversion.c
patch
|
blob
|
history
diff --git
a/regress/lib/libcrypto/ec/ec_point_conversion.c
b/regress/lib/libcrypto/ec/ec_point_conversion.c
index
a32bdbd
..
5a97f67
100644
(file)
--- a/
regress/lib/libcrypto/ec/ec_point_conversion.c
+++ b/
regress/lib/libcrypto/ec/ec_point_conversion.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ec_point_conversion.c,v 1.
8 2023/03/25 09:23:44
tb Exp $ */
+/* $OpenBSD: ec_point_conversion.c,v 1.
9 2023/04/15 21:53:38
tb Exp $ */
/*
* Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2021 Joel Sing <jsing@openbsd.org>
@@
-20,6
+20,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <openssl/bn.h>
#include <openssl/ec.h>
#include <openssl/objects.h>