diff options
author | jsing <> | 2021-05-16 08:32:49 +0000 |
---|---|---|
committer | jsing <> | 2021-05-16 08:32:49 +0000 |
commit | 15128d93b721effe91be90a07449f149ab5e7697 (patch) | |
tree | 33fed52e4f2f9989586b5cfdf5d9cf26d8d46004 /src/lib/libssl/bs_ber.c | |
parent | 3a285d92c44f883e45d17214adc4b6cc1d76abf4 (diff) | |
download | openbsd-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_ber.c')
-rw-r--r-- | src/lib/libssl/bs_ber.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/bs_ber.c b/src/lib/libssl/bs_ber.c index 7863b8be0c..bc8b09dbdb 100644 --- a/src/lib/libssl/bs_ber.c +++ b/src/lib/libssl/bs_ber.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bs_ber.c,v 1.9 2016/12/03 12:34:35 jsing Exp $ */ | 1 | /* $OpenBSD: bs_ber.c,v 1.10 2021/05/16 08:32:49 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014, Google Inc. | 3 | * Copyright (c) 2014, Google Inc. |
4 | * | 4 | * |
@@ -16,8 +16,6 @@ | |||
16 | 16 | ||
17 | #include <string.h> | 17 | #include <string.h> |
18 | 18 | ||
19 | #include <openssl/opensslconf.h> | ||
20 | |||
21 | #include "bytestring.h" | 19 | #include "bytestring.h" |
22 | 20 | ||
23 | /* | 21 | /* |