- Fixed for new DHM handling (TLS 1.2)

diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c
index e4307f3..3810507 100644
--- a/programs/pkey/dh_client.c
+++ b/programs/pkey/dh_client.c
@@ -193,6 +193,8 @@
     printf( "\n  . Verifying the server's RSA signature" );
     fflush( stdout );
 
+    p += 2;
+
     if( ( n = (size_t) ( end - p ) ) != rsa.len )
     {
         ret = 1;