summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-20 01:37:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-20 01:37:17 +0000
commit6e6bc352b18ae230833580018b246d9a7ce331a6 (patch)
tree0a4bc7f589e513c956925ca9c3d8650bdd61aa10 /TABLE
parent77b47b903684020d07d16519b2a74cc58668fb20 (diff)
Finish off the X509_ATTRIBUTE string stuff.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE19
1 files changed, 18 insertions, 1 deletions
diff --git a/TABLE b/TABLE
index 1f8518d227..fd08b7c2b8 100644
--- a/TABLE
+++ b/TABLE
@@ -765,9 +765,26 @@ $rc4_obj =
$rmd160_obj =
$rc5_obj =
+*** debug-steve
+$cc = gcc
+$cflags = -DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Wshadow -pipe
+$unistd =
+$thread_cflag = -D_REENTRANT
+$lflags =
+$bn_ops = 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
+
*** debug-ulf
$cc = gcc
-$cflags = -DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -Wall -pedantic -Wall -Wshadow -pipe
+$cflags = -DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -g -O2 -m486 -Wall -Werror -Wshadow -pipe
$unistd =
$thread_cflag = -D_REENTRANT
$lflags =