aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-04 16:02:37 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:01 +0000
commit1711f8de45cdee01fdf21e55db5522d23b450867 (patch)
treec3a50c69d0981303a1b67edada753324bee6ea6f /ssl/record
parent9e7ba3b2a2ffc049b4b5c664cf33473b475ce323 (diff)
downloadopenssl-1711f8de45cdee01fdf21e55db5522d23b450867.tar.gz
Rename record layer source files
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/record')
-rw-r--r--ssl/record/rec_layer_d1.c (renamed from ssl/record/d1_pkt.c)4
-rw-r--r--ssl/record/rec_layer_s23.c (renamed from ssl/record/s23_pkt.c)2
-rw-r--r--ssl/record/rec_layer_s3.c (renamed from ssl/record/s3_pkt.c)2
3 files changed, 4 insertions, 4 deletions
diff --git a/ssl/record/d1_pkt.c b/ssl/record/rec_layer_d1.c
index b409467455..bd3c0e8f3d 100644
--- a/ssl/record/d1_pkt.c
+++ b/ssl/record/rec_layer_d1.c
@@ -1,4 +1,4 @@
-/* ssl/d1_pkt.c */
+/* ssl/record/rec_layer_d1.c */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -121,7 +121,7 @@
#include <openssl/buffer.h>
#include <openssl/pqueue.h>
#include <openssl/rand.h>
-#include "rec_layer_locl.h"
+#include "record_locl.h"
int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl)
{
diff --git a/ssl/record/s23_pkt.c b/ssl/record/rec_layer_s23.c
index 76267c5936..eb09be1e3a 100644
--- a/ssl/record/s23_pkt.c
+++ b/ssl/record/rec_layer_s23.c
@@ -1,4 +1,4 @@
-/* ssl/s23_pkt.c */
+/* ssl/record/rec_layer_s23.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/ssl/record/s3_pkt.c b/ssl/record/rec_layer_s3.c
index dd1f1484a0..dc89be8fbb 100644
--- a/ssl/record/s3_pkt.c
+++ b/ssl/record/rec_layer_s3.c
@@ -1,4 +1,4 @@
-/* ssl/s3_pkt.c */
+/* ssl/record/rec_layer_s3.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*