[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Thu May 14 19:58:22 UTC 2015
The branch master has been updated
via 9f5be870e86ef57b52854be6328e1844afa95814 (commit)
from a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8 (commit)
- Log -----------------------------------------------------------------
commit 9f5be870e86ef57b52854be6328e1844afa95814
Author: Rich Salz <rsalz at openssl.org>
Date: Thu May 14 15:57:30 2015 -0400
Update mkdef for moved header file.
crypto/cryptlib.h moved to crypto/include/internal; update
the script.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
util/mkdef.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 18bc1ab..e2b1fb6 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -261,7 +261,7 @@ $ssl.=" include/openssl/tls1.h";
$ssl.=" include/openssl/srtp.h";
my $crypto ="include/openssl/crypto.h";
-$crypto.=" crypto/cryptlib.h";
+$crypto.=" crypto/include/internal/cryptlib.h";
$crypto.=" include/internal/o_dir.h";
$crypto.=" include/internal/o_str.h";
$crypto.=" include/openssl/des.h" ; # unless $no_des;
More information about the openssl-commits
mailing list