mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Add modes.h and cmac to WIN32 build system.
This commit is contained in:
parent
d7d119a3c9
commit
18f3385dea
@ -316,6 +316,7 @@ $crypto.=" crypto/krb5/krb5_asn.h";
|
||||
$crypto.=" crypto/pqueue/pqueue.h";
|
||||
$crypto.=" crypto/cms/cms.h";
|
||||
$crypto.=" crypto/jpake/jpake.h";
|
||||
$crypto.=" crypto/modes/modes.h";
|
||||
|
||||
my $symhacks="crypto/symhacks.h";
|
||||
|
||||
|
@ -27,6 +27,7 @@ my @dirs = (
|
||||
"crypto/camellia",
|
||||
"crypto/seed",
|
||||
"crypto/modes",
|
||||
"crypto/cmac",
|
||||
"crypto/bn",
|
||||
"crypto/rsa",
|
||||
"crypto/dsa",
|
||||
|
Loading…
x
Reference in New Issue
Block a user