From ff561112246739bbef361b6d774791837e3c4506 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 16 May 2021 08:32:49 +0000 Subject: Remove unnecessary includes from the bytestring APIs. The bytestring APIs are self contained, hence including openssl headers here is unnecessary. --- src/lib/libssl/bs_cbs.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libssl/bs_cbs.c') diff --git a/src/lib/libssl/bs_cbs.c b/src/lib/libssl/bs_cbs.c index 5c3b9e3ec6..48120dd7e5 100644 --- a/src/lib/libssl/bs_cbs.c +++ b/src/lib/libssl/bs_cbs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_cbs.c,v 1.18 2019/01/23 22:20:40 beck Exp $ */ +/* $OpenBSD: bs_cbs.c,v 1.19 2021/05/16 08:32:49 jsing Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -17,10 +17,6 @@ #include #include -#include -#include -#include - #include "bytestring.h" void -- cgit v1.2.3-55-g6feb