]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ossl_shim: include core_names.h to resolve undeclared symbols
authorPauli <paul.dale@oracle.com>
Tue, 2 Jun 2020 13:10:06 +0000 (23:10 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 3 Jun 2020 00:41:02 +0000 (10:41 +1000)
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/12018)

test/ossl_shim/ossl_shim.cc

index 3ebe31b7dd0ba27127ba50ad9f4df756cfbafae1..e7c1dfe09f567091d8a05ea26212e079226005a0 100644 (file)
@@ -39,6 +39,7 @@ OPENSSL_MSVC_PRAGMA(comment(lib, "Ws2_32.lib"))
 #include <openssl/bio.h>
 #include <openssl/buffer.h>
 #include <openssl/bn.h>
+#include <openssl/core_names.h>
 #include <openssl/crypto.h>
 #include <openssl/dh.h>
 #include <openssl/err.h>