summaryrefslogtreecommitdiffstats
path: root/test/clienthellotest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-06-07 16:32:49 +0100
committerPauli <paul.dale@oracle.com>2019-07-12 06:26:46 +1000
commit0d345f0e10b14392925479fc61b6c9072a9605a3 (patch)
treeb9de0309ec60a7f1d6cb4fe675c2b59a4e58bf22 /test/clienthellotest.c
parent54846b7c6ef5718f507def9d192628133f97fe20 (diff)
Make the PACKET/WPACKET code available to both libcrypto and libssl
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9111)
Diffstat (limited to 'test/clienthellotest.c')
-rw-r--r--test/clienthellotest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clienthellotest.c b/test/clienthellotest.c
index 0afad6dbd6..03b8745595 100644
--- a/test/clienthellotest.c
+++ b/test/clienthellotest.c
@@ -17,7 +17,7 @@
#include <openssl/err.h>
#include <time.h>
-#include "../ssl/packet_locl.h"
+#include "internal/packet.h"
#include "testutil.h"