From 145c17d7875703f3317c0294c215fc4aa38911a8 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Fri, 4 Nov 2016 18:00:12 +0000 Subject: Make do_dtls1_write() static to d1_pkt.c and delete declarations for three functions that were removed a while ago ok jsing@ --- src/lib/libssl/d1_pkt.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/libssl/d1_pkt.c') diff --git a/src/lib/libssl/d1_pkt.c b/src/lib/libssl/d1_pkt.c index 5326a2c3d0..9ea7d5277a 100644 --- a/src/lib/libssl/d1_pkt.c +++ b/src/lib/libssl/d1_pkt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_pkt.c,v 1.48 2015/09/11 18:08:21 jsing Exp $ */ +/* $OpenBSD: d1_pkt.c,v 1.49 2016/11/04 18:00:12 guenther Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -126,6 +126,10 @@ #include "pqueue.h" #include "bytestring.h" +static int do_dtls1_write(SSL *s, int type, const unsigned char *buf, + unsigned int len); + + /* mod 128 saturating subtract of two 64-bit values in big-endian order */ static int satsub64be(const unsigned char *v1, const unsigned char *v2) -- cgit v1.2.3-55-g6feb