Make the PACKET/WPACKET code available to both libcrypto and libssl
[openssl.git] / test / clienthellotest.c
index 0afad6dbd609db9fe0d93eda4bddf631a99c8af0..03b8745595b26c76c19c8afa3543316e893b9c22 100644 (file)
@@ -17,7 +17,7 @@
 #include <openssl/err.h>
 #include <time.h>
 
-#include "../ssl/packet_locl.h"
+#include "internal/packet.h"
 
 #include "testutil.h"