Convert CKE construction to use the WPACKET API
[oweals/openssl.git] / ssl / record / record_locl.h
index 3b9a700d9f8f1b855a04bdd9df1dbf0160882a1e..52e59e46d53beb3cd6c86c5d9570bf167a307394 100644 (file)
@@ -110,5 +110,5 @@ __owur int ssl3_cbc_remove_padding(SSL3_RECORD *rec,
 __owur int tls1_cbc_remove_padding(const SSL *s,
                                    SSL3_RECORD *rec,
                                    unsigned block_size, unsigned mac_size);
-int dtls1_process_record(SSL *s);
+int dtls1_process_record(SSL *s, DTLS1_BITMAP *bitmap);
 __owur int dtls1_get_record(SSL *s);