diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2021-05-16 08:32:50 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2021-05-16 08:32:50 +0000 |
commit | 8dbcac2c9a3a92f4151e648c3da669beb4ce648a (patch) | |
tree | 0678d8609f1fcd8b99cef6c301d0d1b39e8b04ac /lib/libssl/bs_ber.c | |
parent | 2cd35a15b80852941afaba30292f04e2b501e5a0 (diff) |
Remove unnecessary includes from the bytestring APIs.
The bytestring APIs are self contained, hence including openssl headers
here is unnecessary.
Diffstat (limited to 'lib/libssl/bs_ber.c')
-rw-r--r-- | lib/libssl/bs_ber.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/bs_ber.c b/lib/libssl/bs_ber.c index 7863b8be0cd..bc8b09dbdb5 100644 --- a/lib/libssl/bs_ber.c +++ b/lib/libssl/bs_ber.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs_ber.c,v 1.9 2016/12/03 12:34:35 jsing Exp $ */ +/* $OpenBSD: bs_ber.c,v 1.10 2021/05/16 08:32:49 jsing Exp $ */ /* * Copyright (c) 2014, Google Inc. * @@ -16,8 +16,6 @@ #include <string.h> -#include <openssl/opensslconf.h> - #include "bytestring.h" /* |