projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3aadb2
)
Update mkdef for moved header file.
author
Rich Salz
<rsalz@openssl.org>
Thu, 14 May 2015 19:57:30 +0000
(15:57 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 14 May 2015 19:58:14 +0000
(15:58 -0400)
crypto/cryptlib.h moved to crypto/include/internal; update
the script.
Reviewed-by: Richard Levitte <levitte@openssl.org>
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 18bc1ab305650a751647bac81b37fc1d1b81efd6..e2b1fb6d4aba10b9e4059febb3481923df78da48 100755
(executable)
--- 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;