- Fixed for new DHM handling (TLS 1.2)

This commit is contained in:
Paul Bakker 2012-04-26 18:52:13 +00:00
Родитель 279432a7c0
Коммит 88f17b8549
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -193,6 +193,8 @@ int main( int argc, char *argv[] )
printf( "\n . Verifying the server's RSA signature" );
fflush( stdout );
p += 2;
if( ( n = (size_t) ( end - p ) ) != rsa.len )
{
ret = 1;