From 624e55f48614f7c5aaa62d91eee54f0862c62db0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 09:18:28 +0000 Subject: Remove BIO_{sn,v,vsn}printf(3) Unsued printing functionality. If something should need this we can readily add it back. ok jsing --- src/lib/libcrypto/bn/bn_print.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/bn') diff --git a/src/lib/libcrypto/bn/bn_print.c b/src/lib/libcrypto/bn/bn_print.c index e7678f7a99..cd8b663602 100644 --- a/src/lib/libcrypto/bn/bn_print.c +++ b/src/lib/libcrypto/bn/bn_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_print.c,v 1.46 2023/07/22 17:14:08 tb Exp $ */ +/* $OpenBSD: bn_print.c,v 1.47 2024/03/02 09:18:28 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler @@ -25,6 +25,7 @@ #include #include +#include "bio_local.h" #include "bn_local.h" #include "bytestring.h" -- cgit v1.2.3-55-g6feb