Configure: Avoid SIXTY_FOUR_BIT for linux-mips64
[openssl.git] / doc / man7 / EVP_KDF-X963.pod
index 62a5378938df0bce7b8457e5f65009832a34d194..0248869a571e2a06537765d13fd0c767c41e76e6 100644 (file)
@@ -48,8 +48,8 @@ A context for X963KDF can be obtained by calling:
  EVP_KDF *kdf = EVP_KDF_fetch(NULL, "X963KDF", NULL);
  EVP_KDF_CTX *kctx = EVP_KDF_CTX_new(kdf);
 
-The output length of an X963KDF is specified via the C<keylen>
-parameter to the L<EVP_KDF-derive(3)> function.
+The output length of an X963KDF is specified via the I<keylen>
+parameter to the L<EVP_KDF_derive(3)> function.
 
 =head1 EXAMPLES