summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-03-30 13:31:16 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-04 11:29:23 +0200
commit93f7d6fc10b75814d90d804edb56947cacf8964e (patch)
treee66b5bc1a1826a70485d1a3cd734e1a5a85fa3d2 /util
parent8edb4ee1a237b43d9520eaa658a4ad2671e8dd0c (diff)
Implement internal ASN.1 types INT32, UINT32, INT64, UINT64
Also Z varieties. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3088)
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 6bc23b1e8e..36b4efe96f 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -239,6 +239,7 @@ my $crypto ="include/openssl/crypto.h";
$crypto.=" include/internal/o_dir.h";
$crypto.=" include/internal/o_str.h";
$crypto.=" include/internal/err.h";
+$crypto.=" include/internal/asn1t.h";
$crypto.=" include/openssl/des.h" ; # unless $no_des;
$crypto.=" include/openssl/idea.h" ; # unless $no_idea;
$crypto.=" include/openssl/rc4.h" ; # unless $no_rc4;