diff options
author | Matt Caswell <matt@openssl.org> | 2019-06-07 17:32:49 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-07-11 22:26:46 +0200 |
commit | 0d345f0e10b14392925479fc61b6c9072a9605a3 (patch) | |
tree | b9de0309ec60a7f1d6cb4fe675c2b59a4e58bf22 /test/packettest.c | |
parent | Add simple ASN.1 utils for DSA signature DER. (diff) | |
download | openssl-0d345f0e10b14392925479fc61b6c9072a9605a3.tar.xz openssl-0d345f0e10b14392925479fc61b6c9072a9605a3.zip |
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/packettest.c')
-rw-r--r-- | test/packettest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packettest.c b/test/packettest.c index 41d938a68a..2d6c2a6ef9 100644 --- a/test/packettest.c +++ b/test/packettest.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "../ssl/packet_locl.h" +#include "internal/packet.h" #include "testutil.h" #define BUF_LEN 255 |