diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2000-01-20 02:37:17 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2000-01-20 02:37:17 +0100 |
commit | 6e6bc352b18ae230833580018b246d9a7ce331a6 (patch) | |
tree | 0a4bc7f589e513c956925ca9c3d8650bdd61aa10 /Configure | |
parent | Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers. (diff) | |
download | openssl-6e6bc352b18ae230833580018b246d9a7ce331a6.tar.xz openssl-6e6bc352b18ae230833580018b246d9a7ce331a6.zip |
Finish off the X509_ATTRIBUTE string stuff.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,6 +103,7 @@ my %table=( "debug-rse","cc:-DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall::(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", "debug-bodo", "gcc:-DBIO_PAIR_DEBUG -DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -g -m486 -pedantic -Wshadow -Wall::-D_REENTRANT::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm", "debug-ulf", "gcc:-DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -g -O2 -m486 -Wall -Werror -Wshadow -pipe::-D_REENTRANT::$x86_gcc_des $x86_gcc_opts:$x86_elf_asm", +"debug-steve", "gcc:-DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Wshadow -pipe::-D_REENTRANT::$x86_gcc_des $x86_gcc_opts:$x86_elf_asm", "dist", "cc:-O::(unknown):::::", # Basic configs that should work on any box |