summaryrefslogtreecommitdiffstats
path: root/crypto/cmp
diff options
context:
space:
mode:
authorJHH20 <jhh.20@icloud.com>2022-05-02 19:50:04 +0900
committerPauli <pauli@openssl.org>2022-05-04 13:46:10 +1000
commite257d3e76ffb848b7607b04057257323dc51c3b4 (patch)
tree16b56cbe3ff608862ff7e9d6e17d5b3f5af27afe /crypto/cmp
parentcac250755efd0c40cc6127a0e4baceb8d226c7e3 (diff)
Remove duplicated #include headers
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18220)
Diffstat (limited to 'crypto/cmp')
-rw-r--r--crypto/cmp/cmp_http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cmp/cmp_http.c b/crypto/cmp/cmp_http.c
index 43c2acb4a5..c7d24c1795 100644
--- a/crypto/cmp/cmp_http.c
+++ b/crypto/cmp/cmp_http.c
@@ -24,7 +24,6 @@
#include <stdlib.h>
#include <openssl/bio.h>
#include <openssl/buffer.h>
-#include <openssl/cmp.h>
#include <openssl/err.h>
static int keep_alive(int keep_alive, int body_type)