From: Richard Levitte Date: Wed, 11 Jul 2001 15:15:31 +0000 (+0000) Subject: Make sure crypto/krb5/krb5_asn.h is copied to the directory of X-Git-Tag: OpenSSL_0_9_6c~182^2~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d11493934cbe1d8951e8c568397f84b8ffe29151;p=oweals%2Fopenssl.git Make sure crypto/krb5/krb5_asn.h is copied to the directory of exported header files. --- diff --git a/util/mkfiles.pl b/util/mkfiles.pl index 35e5073d74..ef72e7223b 100755 --- a/util/mkfiles.pl +++ b/util/mkfiles.pl @@ -50,6 +50,7 @@ my @dirs = ( "crypto/engine", "crypto/ocsp", "crypto/ui", +"crypto/krb5", "ssl", "apps", "test",