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:
451e60e
)
Get the Rijndael function declarations.
author
Richard Levitte
<levitte@openssl.org>
Tue, 14 Nov 2000 13:24:06 +0000
(13:24 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 14 Nov 2000 13:24:06 +0000
(13:24 +0000)
util/mkdef.pl
patch
|
blob
|
history
diff --git
a/util/mkdef.pl
b/util/mkdef.pl
index 07bf4103ea8c4d4c4bf33f33703d1f8e1a235088..e9e21caa759297c601017b8c957b20a84cbece52 100755
(executable)
--- a/
util/mkdef.pl
+++ b/
util/mkdef.pl
@@
-175,6
+175,7
@@
$crypto.=" crypto/mdc2/mdc2.h" unless $no_mdc2;
$crypto.=" crypto/sha/sha.h" unless $no_sha;
$crypto.=" crypto/ripemd/ripemd.h" unless $no_ripemd;
$crypto.=" crypto/rijndael/rijndael.h" unless $no_rijndael;
+$crypto.=" crypto/rijndael/rd_fst.h" unless $no_rijndael;
$crypto.=" crypto/bn/bn.h";
$crypto.=" crypto/rsa/rsa.h" unless $no_rsa;