Commit c99c4c11 authored by Matt Caswell's avatar Matt Caswell
Browse files

Renamed record layer header files

parent 44cc35d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@
 */

#include "../ssl_locl.h"
#include "record_locl.h"

/* mod 128 saturating subtract of two 64-bit values in big-endian order */
static int satsub64be(const unsigned char *v1, const unsigned char *v2)
+1 −1
Original line number Diff line number Diff line
/* ssl/record/rec_layer.h */
/* ssl/record/record.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+1 −1
Original line number Diff line number Diff line
/* ssl/record/rec_layer_locl.h */
/* ssl/record/record_locl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 * All rights reserved.
 *
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
#include <openssl/evp.h>
#include <openssl/buffer.h>
#include <openssl/rand.h>
#include "rec_layer_locl.h"
#include "record_locl.h"

#ifndef  EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@
 */

#include "../ssl_locl.h"
#include "record_locl.h"

void SSL3_BUFFER_set_data(SSL3_BUFFER *b, const unsigned char *d, int n)
{
Loading