diff options
| author | miod <> | 2014-07-13 15:42:42 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-13 15:42:42 +0000 |
| commit | 2c3b7f8b200d039470bd0a6c3a6aee84efead2d0 (patch) | |
| tree | 74050903722dacddb717e47b332eb7e0ac572e58 /src/lib/libcrypto/doc/EC_POINT_new.pod | |
| parent | b5437409086d8103d0a936c1829053b21f0dab6a (diff) | |
| download | openbsd-2c3b7f8b200d039470bd0a6c3a6aee84efead2d0.tar.gz openbsd-2c3b7f8b200d039470bd0a6c3a6aee84efead2d0.tar.bz2 openbsd-2c3b7f8b200d039470bd0a6c3a6aee84efead2d0.zip | |
OPENSSL_{malloc,free} -> {malloc,free}
Diffstat (limited to 'src/lib/libcrypto/doc/EC_POINT_new.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/EC_POINT_new.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/EC_POINT_new.pod b/src/lib/libcrypto/doc/EC_POINT_new.pod index 69eb0d1a09..b41ca0ed0c 100644 --- a/src/lib/libcrypto/doc/EC_POINT_new.pod +++ b/src/lib/libcrypto/doc/EC_POINT_new.pod | |||
| @@ -91,7 +91,7 @@ The function EC_POINT_point2oct must be supplied with a buffer long enough to st | |||
| 91 | octets stored. Calling the function with a NULL buffer will not perform the conversion but will still return the required buffer length. | 91 | octets stored. Calling the function with a NULL buffer will not perform the conversion but will still return the required buffer length. |
| 92 | 92 | ||
| 93 | The function EC_POINT_point2hex will allocate sufficient memory to store the hexadecimal string. It is the caller's responsibility to free | 93 | The function EC_POINT_point2hex will allocate sufficient memory to store the hexadecimal string. It is the caller's responsibility to free |
| 94 | this memory with a subsequent call to OPENSSL_free(). | 94 | this memory with a subsequent call to free(). |
| 95 | 95 | ||
| 96 | =head1 RETURN VALUES | 96 | =head1 RETURN VALUES |
| 97 | 97 | ||
