Deprecate RAND_cleanup() and make it a no-op
[openssl.git] / doc / crypto / RAND_set_rand_method.pod
index 533d577fa6e6f70af565200ba24145add2a390b8..01babe603683ea8d2da4d1eeede77603e79ab784 100644 (file)
@@ -46,7 +46,7 @@ API is being used, so this function is no longer recommended.
  } RAND_METHOD;
 
 The components point to the implementation of RAND_seed(),
-RAND_bytes(), RAND_cleanup(), RAND_add(), RAND_pseudo_rand()
+RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
 and RAND_status().
 Each component may be NULL if the function is not implemented.