summaryrefslogtreecommitdiff
path: root/src/lib/libssl/bytestring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/bytestring.h')
-rw-r--r--src/lib/libssl/bytestring.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/bytestring.h b/src/lib/libssl/bytestring.h
index 20ee43999d..ba73d484ed 100644
--- a/src/lib/libssl/bytestring.h
+++ b/src/lib/libssl/bytestring.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: bytestring.h,v 1.17 2018/08/16 18:39:37 jsing Exp $ */ 1/* $OpenBSD: bytestring.h,v 1.18 2021/05/16 08:32:49 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2014, Google Inc. 3 * Copyright (c) 2014, Google Inc.
4 * 4 *
@@ -20,8 +20,6 @@
20#include <sys/types.h> 20#include <sys/types.h>
21#include <stdint.h> 21#include <stdint.h>
22 22
23#include <openssl/opensslconf.h>
24
25__BEGIN_HIDDEN_DECLS 23__BEGIN_HIDDEN_DECLS
26 24
27/* 25/*