summaryrefslogtreecommitdiffstats
path: root/Configurations/99-personal-bodo.conf
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-10 00:51:29 -0500
committerRich Salz <rsalz@openssl.org>2016-02-10 15:28:18 -0500
commit330fad61af7323d5cf786fa76c7b31b4e4cac413 (patch)
treec0981f3c9923b67f8c8c7ea2e6c6651cc652f4e3 /Configurations/99-personal-bodo.conf
parent968d1a23726dbca82ac694a508efe8ea37d0a95e (diff)
BIO_PAIR_DEBUG did nothing; remove it.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations/99-personal-bodo.conf')
-rw-r--r--Configurations/99-personal-bodo.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/99-personal-bodo.conf b/Configurations/99-personal-bodo.conf
index d5e3210c9c..78e8e29a45 100644
--- a/Configurations/99-personal-bodo.conf
+++ b/Configurations/99-personal-bodo.conf
@@ -9,7 +9,7 @@
"debug-bodo" => {
inherit_from => [ "x86_64_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -DBIO_PAIR_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
+ cflags => "$gcc_devteam_warn -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int",
thread_cflag => "-D_REENTRANT",
ex_libs => "-ldl",
bn_ops => "SIXTY_FOUR_BIT_LONG",