X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman3%2FDES_random_key.pod;fp=doc%2Fman3%2FDES_random_key.pod;h=1506923dcc6dbf13c345eabd379405ddb70ef18f;hp=a1480004e529a6ffe43d678c05d03bd9d79b8507;hb=b66a481888e00a36f833308bdcf53408238511d4;hpb=6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0 diff --git a/doc/man3/DES_random_key.pod b/doc/man3/DES_random_key.pod index a1480004e5..1506923dcc 100644 --- a/doc/man3/DES_random_key.pod +++ b/doc/man3/DES_random_key.pod @@ -119,11 +119,8 @@ and is not a weak or semi-weak key. If the parity is wrong, then -1 is returned. If the key is a weak key, then -2 is returned. If an error is returned, the key schedule is not generated. -DES_set_key() works like -DES_set_key_checked() if the I flag is non-zero, -otherwise like DES_set_key_unchecked(). These functions are available -for compatibility; it is recommended to use a function that does not -depend on a global variable. +DES_set_key() works like DES_set_key_checked() and remains for +backward compatibility. DES_set_odd_parity() sets the parity of the passed I to odd.