summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-10 11:36:22 +0000
committerBodo Möller <bodo@openssl.org>1999-08-10 11:36:22 +0000
commit019a7aba4a05afee1e59c2f8656ba0b319b2213b (patch)
tree7399f87cee3a24d5b3842d00a105dd4fee5fccbf /TABLE
parent87c49f622e7fe9d93b3ab87b1edd5faa32fa6e74 (diff)
Updates.
Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE17
1 files changed, 17 insertions, 0 deletions
diff --git a/TABLE b/TABLE
index 4f64337cbf..3647b4594c 100644
--- a/TABLE
+++ b/TABLE
@@ -102,6 +102,23 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
+*** FreeBSD-elf
+$cc = gcc
+$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
+$unistd =
+$thread_cflag = (unknown)
+$lflags =
+$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
+$bn_obj = asm/bn86-elf.o asm/co86-elf.o
+$des_obj = asm/dx86-elf.o asm/yx86-elf.o
+$bf_obj = asm/bx86-elf.o
+$md5_obj = asm/mx86-elf.o
+$sha1_obj = asm/sx86-elf.o
+$cast_obj = asm/cx86-elf.o
+$rc4_obj = asm/rx86-elf.o
+$rmd160_obj = asm/rm86-elf.o
+$rc5_obj = asm/r586-elf.o
+
*** Mingw32
$cc = gcc
$cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall