summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bs_cbs.c
diff options
context:
space:
mode:
authorjsing <>2021-05-16 08:32:49 +0000
committerjsing <>2021-05-16 08:32:49 +0000
commit15128d93b721effe91be90a07449f149ab5e7697 (patch)
tree33fed52e4f2f9989586b5cfdf5d9cf26d8d46004 /src/lib/libssl/bs_cbs.c
parent3a285d92c44f883e45d17214adc4b6cc1d76abf4 (diff)
downloadopenbsd-15128d93b721effe91be90a07449f149ab5e7697.tar.gz
openbsd-15128d93b721effe91be90a07449f149ab5e7697.tar.bz2
openbsd-15128d93b721effe91be90a07449f149ab5e7697.zip
Remove unnecessary includes from the bytestring APIs.
The bytestring APIs are self contained, hence including openssl headers here is unnecessary.
Diffstat (limited to 'src/lib/libssl/bs_cbs.c')
-rw-r--r--src/lib/libssl/bs_cbs.c6
1 files changed, 1 insertions, 5 deletions
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 @@
1/* $OpenBSD: bs_cbs.c,v 1.18 2019/01/23 22:20:40 beck Exp $ */ 1/* $OpenBSD: bs_cbs.c,v 1.19 2021/05/16 08:32:49 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2014, Google Inc. 3 * Copyright (c) 2014, Google Inc.
4 * 4 *
@@ -17,10 +17,6 @@
17#include <stdlib.h> 17#include <stdlib.h>
18#include <string.h> 18#include <string.h>
19 19
20#include <openssl/opensslconf.h>
21#include <openssl/buffer.h>
22#include <openssl/crypto.h>
23
24#include "bytestring.h" 20#include "bytestring.h"
25 21
26void 22void