From 64f11ee88883af8995d2991307ff3fb560a96fa6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 5 Apr 2017 12:07:48 +0200 Subject: Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3126) --- util/mkdef.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'util/mkdef.pl') diff --git a/util/mkdef.pl b/util/mkdef.pl index 36b4efe96f..6bc23b1e8e 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -239,7 +239,6 @@ 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; -- cgit v1.2.3