Actually comment out the cpuid asm!
[oweals/openssl.git] / ssl / s3_enc.c
index 98f38949549785b66949ebe4335300f1503dbbb7..0282ef4620d0af01d09ff7307b276917b6e976fa 100644 (file)
@@ -552,11 +552,7 @@ int ssl3_enc(SSL *s, int send)
                if (!send)
                        {
                        if (l == 0 || l%bs != 0)
-                               {
-                               SSLerr(SSL_F_SSL3_ENC,SSL_R_BLOCK_CIPHER_PAD_IS_WRONG);
-                               ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_DECRYPTION_FAILED);
                                return 0;
-                               }
                        /* otherwise, rec->length >= bs */
                        }