Make the PACKET/WPACKET code available to both libcrypto and libssl
[openssl.git] / test / wpackettest.c
index 0a27c639eacd6ecd30887a1c5c9be72185726173..abb001ea14228aaa48e66d81148875b79a4d96ad 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <string.h>
 #include <openssl/buffer.h>
-#include "../ssl/packet_locl.h"
+#include "internal/packet.h"
 #include "testutil.h"
 
 static const unsigned char simple1[] = { 0xff };