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:
3b0b5ab
)
crypto/idea and crypto/rijndael were missing in the list of
author
Bodo Möller
<bodo@openssl.org>
Sat, 22 Sep 2001 01:39:51 +0000
(
01:39
+0000)
committer
Bodo Möller
<bodo@openssl.org>
Sat, 22 Sep 2001 01:39:51 +0000
(
01:39
+0000)
directories that may have been deleted
config
patch
|
blob
|
history
diff --git
a/config
b/config
index d244d405e76f422179372b201fbe51849c332e32..a056bcb22b6c391a54cae2c645861ea3b65a2ece 100755
(executable)
--- a/
config
+++ b/
config
@@
-676,7
+676,7
@@
case "$GUESSOS" in
i386-*) options="$options 386" ;;
esac
-for i in bf cast des dh dsa ec hmac
md2 md5 mdc2 rc2 rc4 rc5
ripemd rsa sha
+for i in bf cast des dh dsa ec hmac
idea md2 md5 mdc2 rc2 rc4 rc5 rijndael
ripemd rsa sha
do
if [ ! -d crypto/$i ]
then