summaryrefslogtreecommitdiffstats
path: root/src/crypto/bio/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/bio/buffer.c')
-rw-r--r--src/crypto/bio/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/bio/buffer.c b/src/crypto/bio/buffer.c
index 3fc0685..9d0cb3c 100644
--- a/src/crypto/bio/buffer.c
+++ b/src/crypto/bio/buffer.c
@@ -406,7 +406,7 @@ static long buffer_ctrl(BIO *b, int cmd, long num, void *ptr) {
return ret;
malloc_error:
- OPENSSL_PUT_ERROR(BIO, buffer_ctrl, ERR_R_MALLOC_FAILURE);
+ OPENSSL_PUT_ERROR(BIO, ERR_R_MALLOC_FAILURE);
return 0;
}