summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bs_cbb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/bs_cbb.c')
-rw-r--r--src/lib/libssl/bs_cbb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/bs_cbb.c b/src/lib/libssl/bs_cbb.c
index 62e98cb476..75ea8d20e2 100644
--- a/src/lib/libssl/bs_cbb.c
+++ b/src/lib/libssl/bs_cbb.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bs_cbb.c,v 1.24 2021/01/04 19:19:12 tb Exp $ */ 1/* $OpenBSD: bs_cbb.c,v 1.25 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,8 +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
22#include "bytestring.h" 20#include "bytestring.h"
23 21
24#define CBB_INITIAL_SIZE 64 22#define CBB_INITIAL_SIZE 64