aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-14 14:10:56 +0000
committerBodo Möller <bodo@openssl.org>2000-03-14 14:10:56 +0000
commit448e2f9ba7dc045314b186b859b441a1a0a3b55f (patch)
tree6b053a1196583710ef99a29b0aca7b34b9eb189c /ssl/s3_lib.c
parent24aaff588a5c72128aa30dedf12d6938586ddaf2 (diff)
downloadopenssl-448e2f9ba7dc045314b186b859b441a1a0a3b55f.tar.gz
Use correct function names in SSLerr macros.
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 892ff753fc..7ada26cbb6 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -852,7 +852,7 @@ long ssl3_callback_ctrl(SSL *s, int cmd, void (*fp)())
{
if (!ssl_cert_inst(&s->cert))
{
- SSLerr(SSL_F_SSL3_CTRL, ERR_R_MALLOC_FAILURE);
+ SSLerr(SSL_F_SSL3_CALLBACK_CTRL, ERR_R_MALLOC_FAILURE);
return(0);
}
}