summaryrefslogtreecommitdiff
path: root/openssl/include
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/include')
-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