diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/src/doc/apps/ecparam.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/apps/ecparam.pod b/src/lib/libssl/src/doc/apps/ecparam.pod index 1a12105da7..788c074d7b 100644 --- a/src/lib/libssl/src/doc/apps/ecparam.pod +++ b/src/lib/libssl/src/doc/apps/ecparam.pod | |||
@@ -121,7 +121,7 @@ all others. | |||
121 | 121 | ||
122 | =item B<-engine id> | 122 | =item B<-engine id> |
123 | 123 | ||
124 | specifying an engine (by it's unique B<id> string) will cause B<req> | 124 | specifying an engine (by its unique B<id> string) will cause B<ecparam> |
125 | to attempt to obtain a functional reference to the specified engine, | 125 | to attempt to obtain a functional reference to the specified engine, |
126 | thus initialising it if needed. The engine will then be set as the default | 126 | thus initialising it if needed. The engine will then be set as the default |
127 | for all available algorithms. | 127 | for all available algorithms. |