In documentation, consistently refer to OpenSSL 3.0
[openssl.git] / doc / man7 / EVP_KDF_X963.pod
index 11789ae5aa52d6f09992a84e143dc629e1698994..77b878f6bafde00c6b63b4152533876f59324029 100644 (file)
@@ -71,7 +71,7 @@ decoded before being passed on as the control value.
 
 =head1 NOTES
 
-X963KDF is very similar to the SSKDF that uses a digest as the auxilary function,
+X963KDF is very similar to the SSKDF that uses a digest as the auxiliary function,
 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
 
 A context for X963KDF can be obtained by calling:
@@ -122,7 +122,7 @@ L<EVP_KDF_CTX(3)/CONTROLS>
 
 =head1 HISTORY
 
-This functionality was added to OpenSSL 3.0.0.
+This functionality was added to OpenSSL 3.0.
 
 =head1 COPYRIGHT