Tweak to documentation
[openssl.git] / doc / crypto / RAND_set_rand_method.pod
index 01babe603683ea8d2da4d1eeede77603e79ab784..6a421a2084429983a5ee311a41c7c8b9b66041d8 100644 (file)
@@ -45,8 +45,8 @@ API is being used, so this function is no longer recommended.
        int (*status)(void);
  } RAND_METHOD;
 
        int (*status)(void);
  } RAND_METHOD;
 
-The components point to the implementation of RAND_seed(),
-RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
+The components point to method implementations used by (or called by), in order,
+RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
 and RAND_status().
 Each component may be NULL if the function is not implemented.
 
 and RAND_status().
 Each component may be NULL if the function is not implemented.