summaryrefslogtreecommitdiffstats
path: root/ssl/d1_clnt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-07-15 11:32:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-07-15 11:32:58 +0000
commit5135d6b985e40dba5674bd544337a7a9d4a05504 (patch)
tree321c7e5012cb43f03aed88484749b7d81ea5015c /ssl/d1_clnt.c
parent2202edeff0dd1d728bb93c15be5ecc1702a9d866 (diff)
Fix error codes and indentation.
Diffstat (limited to 'ssl/d1_clnt.c')
-rw-r--r--ssl/d1_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_clnt.c b/ssl/d1_clnt.c
index a4a438ac79..dcca4dbd8b 100644
--- a/ssl/d1_clnt.c
+++ b/ssl/d1_clnt.c
@@ -1353,7 +1353,7 @@ int dtls1_send_client_verify(SSL *s)
SHA_DIGEST_LENGTH,&(p[2]),
(unsigned int *)&j,pkey->pkey.ec))
{
- SSLerr(SSL_F_SSL3_SEND_CLIENT_VERIFY,
+ SSLerr(SSL_F_DTLS1_SEND_CLIENT_VERIFY,
ERR_R_ECDSA_LIB);
goto err;
}