Update from 1.0.0-stable.

This commit is contained in:
Dr. Stephen Henson
2009-07-15 11:33:24 +00:00
parent 6bb7dc1e90
commit 4b06d778ad
5 changed files with 32 additions and 28 deletions

View File

@@ -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;
}