Correct minor spelling error.
[openssl.git] / doc / apps / speed.pod
index 77560f1c3d56736e586f7de794971c88f4633ff6..0dcdba873e0c297248725e3e7af34a6a586e5a68 100644 (file)
@@ -7,6 +7,7 @@ speed - test library performance
 =head1 SYNOPSIS
 
 B<openssl speed>
 =head1 SYNOPSIS
 
 B<openssl speed>
+[B<-engine id>]
 [B<md2>]
 [B<mdc2>]
 [B<md5>]
 [B<md2>]
 [B<mdc2>]
 [B<md5>]
@@ -39,7 +40,20 @@ This command is used to test the performance of cryptographic algorithms.
 
 =head1 OPTIONS
 
 
 =head1 OPTIONS
 
+=over 4
+
+=item B<-engine id>
+
+specifying an engine (by it's unique B<id> string) will cause B<speed>
+to attempt to obtain a functional reference to the specified engine,
+thus initialising it if needed. The engine will then be set as the default
+for all available algorithms.
+
+=item B<[zero or more test algorithms]>
+
 If any options are given, B<speed> tests those algorithms, otherwise all of
 the above are tested.
 
 If any options are given, B<speed> tests those algorithms, otherwise all of
 the above are tested.
 
+=back
+
 =cut
 =cut