summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authornavewindre <nw@moneybot.cc>2024-07-12 05:40:41 +0200
committernavewindre <nw@moneybot.cc>2024-07-12 05:40:41 +0200
commit28f41cf689def99fb586bfca47b7e1786227a5a2 (patch)
tree4a843c7785035ca548625ccf988ac924b8815f85 /openssl
parent2ebf959ec02048c15323e1bbfc63faedcf5067b6 (diff)
base shit
Diffstat (limited to 'openssl')
-rw-r--r--openssl/include/openssl/e_os2.h2
-rw-r--r--openssl/include/openssl/engine.h2
2 files changed, 2 insertions, 2 deletions
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