summaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-04-22 02:38:10 +0200
committerPauli <paul.dale@oracle.com>2020-07-22 12:19:01 +0200
commit77ae4f6ff7af7d099206a1fc229be7a3ea0e0596 (patch)
tree276f30b70644fefe220ed8b7f8a7c7a0ef308924 /engines/e_capi.c
parentevp_test: use correct deallocation for EVP_CIPHER (diff)
downloadopenssl-77ae4f6ff7af7d099206a1fc229be7a3ea0e0596.tar.xz
openssl-77ae4f6ff7af7d099206a1fc229be7a3ea0e0596.zip
engines: fixed to work with EVP_*_meth calls deprecated
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11082)
Diffstat (limited to 'engines/e_capi.c')
-rw-r--r--engines/e_capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_capi.c b/engines/e_capi.c
index 0662dcab56..cff57d69e8 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
-/* We need to use some engine deprecated APIs */
+/* We need to use some deprecated APIs */
#define OPENSSL_SUPPRESS_DEPRECATED
#ifdef _WIN32