alphacpuid.pl: fix brown-bag bug [from HEAD].
[oweals/openssl.git] / doc / crypto / EVP_PKEY_CTX_ctrl.pod
index 6deccfbf951fa3526a0d348f44d4b291777ab516..f2f455990f5404be58b3d70189b0c46153509fe1 100644 (file)
@@ -37,7 +37,7 @@ EVP_PKEY_ctrl, EVP_PKEY_ctrl_str - algorithm specific control operations
 =head1 DESCRIPTION
 
 The function EVP_PKEY_CTX_ctrl() sends a control operation to the context
-B<ctx>. The key type used must match B<keytype> if it is not zero. The parameter
+B<ctx>. The key type used must match B<keytype> if it is not -1. The parameter
 B<optype> is a mask indicating which operations the control can be applied to.
 The control command is indicated in B<cmd> and any additional arguments in
 B<p1> and B<p2>.
@@ -123,6 +123,6 @@ L<EVP_PKEY_keygen(3)|EVP_PKEY_keygen(3)>
 
 =head1 HISTORY
 
-These functions were first added to OpenSSL 0.9.9.
+These functions were first added to OpenSSL 1.0.0.
 
 =cut