From 28f41cf689def99fb586bfca47b7e1786227a5a2 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 12 Jul 2024 05:40:41 +0200 Subject: base shit --- openssl/include/openssl/e_os2.h | 2 +- openssl/include/openssl/engine.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'openssl') diff --git a/openssl/include/openssl/e_os2.h b/openssl/include/openssl/e_os2.h index 32e142a..e692d10 100644 --- a/openssl/include/openssl/e_os2.h +++ b/openssl/include/openssl/e_os2.h @@ -88,7 +88,7 @@ extern "C" { # endif /* - * DLL settings. This part is a bit tough, because it's up to the + * DLL gcfg. This part is a bit tough, because it's up to the * application implementor how he or she will link the application, so it * requires some macro to be used. */ diff --git a/openssl/include/openssl/engine.h b/openssl/include/openssl/engine.h index 2fbc82c..db9c98b 100644 --- a/openssl/include/openssl/engine.h +++ b/openssl/include/openssl/engine.h @@ -774,7 +774,7 @@ typedef unsigned long (*dynamic_v_check_fn) (unsigned long ossl_version); /* * This function is passed the ENGINE structure to initialise with its own - * function and command settings. It should not adjust the structural or + * function and command gcfg. It should not adjust the structural or * functional reference counts. If this function returns zero, (a) the load * will be aborted, (b) the previous ENGINE state will be memcpy'd back onto * the structure, and (c) the shared library will be unloaded. So -- cgit v1.2.3