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 10:52:10 +0200
commit150fe6b6ea2c67b24ec7b5d8da33a8452e4a125f (patch)
treec866a412c31b5eaf03a3780735b21fc7b0d4532c /util
parent133b9756e7357128954f28d4fcbb4db8b39d4f9a (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/3120)
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 aebea30292..f54d7d4d1d 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -238,6 +238,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;