Revision aa3b4b4d deps/openssl/openssl/doc/crypto/ERR_get_error.pod

View differences:

deps/openssl/openssl/doc/crypto/ERR_get_error.pod
49 49
the error occurred in *B<file> and *B<line>, unless these are B<NULL>.
50 50

  
51 51
ERR_get_error_line_data(), ERR_peek_error_line_data() and
52
ERR_get_last_error_line_data() store additional data and flags
52
ERR_peek_last_error_line_data() store additional data and flags
53 53
associated with the error code in *B<data>
54 54
and *B<flags>, unless these are B<NULL>. *B<data> contains a string
55
if *B<flags>&B<ERR_TXT_STRING> is true. 
55
if *B<flags>&B<ERR_TXT_STRING> is true.
56 56

  
57 57
An application B<MUST NOT> free the *B<data> pointer (or any other pointers
58 58
returned by these functions) with OPENSSL_free() as freeing is handled

Also available in: Unified diff