summaryrefslogtreecommitdiffstats
path: root/apps/cmp.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2021-02-21 00:10:52 +0100
committerTomas Mraz <tomas@openssl.org>2024-09-05 17:02:51 +0200
commit23b795d34f81a83b3273b50a76eaf2e4879cdbe2 (patch)
tree5b7165c1492319ccb8715e9c2ef5fcff17b781d8 /apps/cmp.c
parentcrypto: fix missing <winsock.h> indirection inclusion. (diff)
downloadopenssl-23b795d34f81a83b3273b50a76eaf2e4879cdbe2.tar.xz
openssl-23b795d34f81a83b3273b50a76eaf2e4879cdbe2.zip
apps: directly inclusion of "e_os.h when needed
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14344)
Diffstat (limited to 'apps/cmp.c')
-rw-r--r--apps/cmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/cmp.c b/apps/cmp.c
index dc2a1c3a6a..3fa7dd9361 100644
--- a/apps/cmp.c
+++ b/apps/cmp.c
@@ -10,6 +10,7 @@
*/
/* This app is disabled when OPENSSL_NO_CMP is defined. */
+#include "internal/e_os.h"
#include <string.h>
#include <ctype.h>