summaryrefslogtreecommitdiff
path: root/openssl/include/openssl/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/include/openssl/engine.h')
-rw-r--r--openssl/include/openssl/engine.h2
1 files changed, 1 insertions, 1 deletions
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