summaryrefslogtreecommitdiff
path: root/engines/e_ossltest.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-06-24 11:13:51 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-11-17 15:48:37 +0100
commitaf16097febcd4fa31cd5fcd05ad09cf8b53659ea (patch)
tree332aec1155c2187e89dbf5ed8bdb4de8ba42244c /engines/e_ossltest.c
parent747adb6a0134e3b707fbc47d0f0c52d6ff9c4223 (diff)
downloadopenssl-new-af16097febcd4fa31cd5fcd05ad09cf8b53659ea.tar.gz
Move more general parts of internal/cryptlib.h to new internal/common.h
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15847)
Diffstat (limited to 'engines/e_ossltest.c')
-rw-r--r--engines/e_ossltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_ossltest.c b/engines/e_ossltest.c
index 5b25a0eaf1..19dda64d1f 100644
--- a/engines/e_ossltest.c
+++ b/engines/e_ossltest.c
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <string.h>
-#include "internal/cryptlib.h"
+#include "internal/common.h" /* for CHECK_AND_SKIP_CASE_PREFIX */
#include <openssl/engine.h>
#include <openssl/sha.h>