Hi,
there's a minor typo in (at least) 0.9.8e and in todays 0.9.8 snapshot
(see attached diff).
Regards, Jukka
--
It's an odd coincidence that all the men whose skulls have been opened
had a brain.
Ludwig Wittgenstein
--- openssl-0.9.8-stable-SNAP-20070731.orig/config 2007-06-19
18:04:49.000000000 +0200
+++ openssl-0.9.8-stable-SNAP-20070731/config 2007-07-31 16:50:46.000000000
+0200
@@ -656,8 +656,8 @@ case "$GUESSOS" in
*-*-sunos4) OUT="sunos-$CC" ;;
*86*-*-bsdi4) OUT="BSD-x86-elf"; options="$options no-sse2
-ldl" ;;
- alpha*-*-*bsd*) OUT="BSD-generic64; options="$options -DL_ENDIAN" ;;
- powerpc64-*-*bsd*) OUT="BSD-generic64; options="$options -DB_ENDIAN" ;;
+ alpha*-*-*bsd*) OUT="BSD-generic64"; options="$options -DL_ENDIAN" ;;
+ powerpc64-*-*bsd*) OUT="BSD-generic64"; options="$options -DB_ENDIAN" ;;
sparc64-*-*bsd*) OUT="BSD-sparc64" ;;
ia64-*-*bsd*) OUT="BSD-ia64" ;;
amd64-*-*bsd*) OUT="BSD-x86_64" ;;