Actually comment out the cpuid asm!
[oweals/openssl.git] / ssl / ssl_locl.h
index 65c56bddc9126fd4858b7d465a6b4dd4bc666f03..134198e91b52566ecfbc97574d69024463067cee 100644 (file)
@@ -1275,7 +1275,7 @@ int ssl_parse_serverhello_use_srtp_ext(SSL *s, unsigned char *d, int len,int *al
 /* s3_cbc.c */
 void ssl3_cbc_copy_mac(unsigned char* out,
                       const SSL3_RECORD *rec,
-                      unsigned md_size,unsigned orig_len);
+                      unsigned md_size);
 int ssl3_cbc_remove_padding(const SSL* s,
                            SSL3_RECORD *rec,
                            unsigned block_size,