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/bad_dtls_test.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/bad_dtls_test.c')
-rw-r--r-- | test/bad_dtls_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bad_dtls_test.c b/test/bad_dtls_test.c index 5f6b6a9a9d..66b5e1d2ed 100644 --- a/test/bad_dtls_test.c +++ b/test/bad_dtls_test.c @@ -37,7 +37,7 @@ #include <openssl/err.h> #include <openssl/rand.h> #include <openssl/kdf.h> -#include "../ssl/packet_locl.h" +#include "internal/packet.h" #include "internal/nelem.h" #include "testutil.h" |