summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-11-14 10:25:18 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-11-14 10:25:18 +0000
commitcca961b7495d1401a5918d232ad258e4e77a6157 (patch)
treebb370088da0cba7b02fa77b3d7786e948b21d50b /lib
parent44e8457954772daeafb8dccfa69423537014182f (diff)
eck_prn: fix includes
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/ec/eck_prn.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/ec/eck_prn.c b/lib/libcrypto/ec/eck_prn.c
index 1756fb267d0..6ff0eddbd78 100644
--- a/lib/libcrypto/ec/eck_prn.c
+++ b/lib/libcrypto/ec/eck_prn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eck_prn.c,v 1.37 2024/11/14 10:22:45 tb Exp $ */
+/* $OpenBSD: eck_prn.c,v 1.38 2024/11/14 10:25:17 tb Exp $ */
/*
* Written by Nils Larsch for the OpenSSL project.
*/
@@ -62,13 +62,15 @@
*/
#include <stdio.h>
-#include <string.h>
+#include <openssl/bio.h>
#include <openssl/bn.h>
#include <openssl/ec.h>
#include <openssl/err.h>
#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include "bn_local.h"
#include "ec_local.h"
int