X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FEC_POINT_new.pod;h=0a20fced4e8256df55c10761572338eb6e3ef14c;hp=858baf4244601c35ce3619cc61e6df4557e664ab;hb=8fdc3734c063146b038608c2412a0f2c9b21b6d6;hpb=17dd65e6e1f888b4561d559b4d44fbbe0a0aa3e7 diff --git a/doc/crypto/EC_POINT_new.pod b/doc/crypto/EC_POINT_new.pod index 858baf4244..0a20fced4e 100644 --- a/doc/crypto/EC_POINT_new.pod +++ b/doc/crypto/EC_POINT_new.pod @@ -53,8 +53,10 @@ An EC_POINT represents a point on a curve. A new point is constructed by calling object that the point relates to. EC_POINT_free frees the memory associated with the EC_POINT. +if B is NULL nothing is done. EC_POINT_clear_free destroys any sensitive data held within the EC_POINT and then frees its memory. +if B is NULL nothing is done. EC_POINT_copy copies the point B into B. Both B and B must use the same EC_METHOD.