Make the PACKET/WPACKET code available to both libcrypto and libssl
[openssl.git] / test / sslbuffertest.c
index 9a5ec2b9582a036aee43f396294c2c6eee02a5fe..e8293f7defc70eb2dc3269e4753f57c650009c08 100644 (file)
@@ -13,7 +13,7 @@
 #include <openssl/bio.h>
 #include <openssl/err.h>
 
-#include "../ssl/packet_locl.h"
+#include "internal/packet.h"
 
 #include "ssltestlib.h"
 #include "testutil.h"