From 495f480ded737ca50a469ed12d410b9ff8bce996 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 13 Jul 2014 15:42:42 +0000 Subject: OPENSSL_{malloc,free} -> {malloc,free} --- src/lib/libcrypto/doc/ERR_get_error.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/doc/ERR_get_error.pod') diff --git a/src/lib/libcrypto/doc/ERR_get_error.pod b/src/lib/libcrypto/doc/ERR_get_error.pod index 01e196c95f..460a79f3f6 100644 --- a/src/lib/libcrypto/doc/ERR_get_error.pod +++ b/src/lib/libcrypto/doc/ERR_get_error.pod @@ -55,7 +55,7 @@ and *B, unless these are B. *B contains a string if *B&B is true. An application B free the *B pointer (or any other pointers -returned by these functions) with OPENSSL_free() as freeing is handled +returned by these functions) with free() as freeing is handled automatically by the error library. =head1 RETURN VALUES -- cgit v1.2.3-55-g6feb