aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_dtls.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-05 00:35:42 +0200
committerRich Salz <rsalz@openssl.org>2016-06-18 16:30:24 -0400
commit823146d65fe145eb6024d84ab50ed63ba9f8705c (patch)
tree252c617ab71cd4cdfc2ceca7eb52e55c4439d24d /ssl/statem/statem_dtls.c
parent93b8981d894fbac19e0478f87ede72f1a1b813ce (diff)
downloadopenssl-823146d65fe145eb6024d84ab50ed63ba9f8705c.zip
openssl-823146d65fe145eb6024d84ab50ed63ba9f8705c.tar.gz
openssl-823146d65fe145eb6024d84ab50ed63ba9f8705c.tar.bz2
Useless header include of openssl/rand.h
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1168)
Diffstat (limited to 'ssl/statem/statem_dtls.c')
-rw-r--r--ssl/statem/statem_dtls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/statem/statem_dtls.c b/ssl/statem/statem_dtls.c
index d75483a..946dee0 100644
--- a/ssl/statem/statem_dtls.c
+++ b/ssl/statem/statem_dtls.c
@@ -13,7 +13,6 @@
#include "../ssl_locl.h"
#include "statem_locl.h"
#include <openssl/buffer.h>
-#include <openssl/rand.h>
#include <openssl/objects.h>
#include <openssl/evp.h>
#include <openssl/x509.h>