diff options
author | Richard Levitte <levitte@openssl.org> | 2017-04-05 12:07:48 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-04-10 12:10:59 +0200 |
commit | 64f11ee88883af8995d2991307ff3fb560a96fa6 (patch) | |
tree | 0a9428a7b4b854190d4a17feab30f2c3cfbef25f /test/asn1_encode_test.c | |
parent | rand/rand_lib.c: keep fixing no-engine configuration. (diff) | |
download | openssl-64f11ee88883af8995d2991307ff3fb560a96fa6.tar.xz openssl-64f11ee88883af8995d2991307ff3fb560a96fa6.zip |
Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3126)
Diffstat (limited to 'test/asn1_encode_test.c')
-rw-r--r-- | test/asn1_encode_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asn1_encode_test.c b/test/asn1_encode_test.c index 02455fcba3..26eec6272a 100644 --- a/test/asn1_encode_test.c +++ b/test/asn1_encode_test.c @@ -10,7 +10,7 @@ #include <stdio.h> #include <string.h> -#include "internal/asn1t.h" +#include <openssl/asn1t.h> #include "internal/numbers.h" #include "test_main.h" #include "testutil.h" |