Commit c62da732 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.

parent a1a63a42
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -244,6 +244,7 @@ $crypto.=" crypto/rand/rand.h";
$crypto.=" crypto/comp/comp.h" ; # unless $no_comp;
$crypto.=" crypto/ocsp/ocsp.h";
$crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h";
$crypto.=" crypto/krb5/krb5_asn.h";
$crypto.=" crypto/tmdiff.h";

my $symhacks="crypto/symhacks.h";