From 434f7347cbf49e54bac51b4f5c99ba82ebbbe415 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:53:32 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- openssl/agent/pkcs11/pkcs11.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/agent/pkcs11/pkcs11.cxx') diff --git a/openssl/agent/pkcs11/pkcs11.cxx b/openssl/agent/pkcs11/pkcs11.cxx index 78e8372..ac7e43a 100644 --- a/openssl/agent/pkcs11/pkcs11.cxx +++ b/openssl/agent/pkcs11/pkcs11.cxx @@ -5,7 +5,7 @@ #include -#include // function_cast() +#include // function_cast() namespace openssl { -- cgit v1.1