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/sslbuffertest.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/sslbuffertest.c')
-rw-r--r-- | test/sslbuffertest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sslbuffertest.c b/test/sslbuffertest.c index 9a5ec2b958..e8293f7def 100644 --- a/test/sslbuffertest.c +++ b/test/sslbuffertest.c @@ -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" |