Loading Configurations/99-personal-bodo.conf +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading crypto/bio/bss_bio.c +0 −14 Original line number Diff line number Diff line Loading @@ -60,20 +60,6 @@ * See ssl/ssltest.c for some hints on how this can be used. */ /* BIO_DEBUG implies BIO_PAIR_DEBUG */ #ifdef BIO_DEBUG # ifndef BIO_PAIR_DEBUG # define BIO_PAIR_DEBUG # endif #endif /* disable assert() unless BIO_PAIR_DEBUG has been defined */ #ifndef BIO_PAIR_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <limits.h> #include <stdlib.h> Loading Loading
Configurations/99-personal-bodo.conf +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading
crypto/bio/bss_bio.c +0 −14 Original line number Diff line number Diff line Loading @@ -60,20 +60,6 @@ * See ssl/ssltest.c for some hints on how this can be used. */ /* BIO_DEBUG implies BIO_PAIR_DEBUG */ #ifdef BIO_DEBUG # ifndef BIO_PAIR_DEBUG # define BIO_PAIR_DEBUG # endif #endif /* disable assert() unless BIO_PAIR_DEBUG has been defined */ #ifndef BIO_PAIR_DEBUG # ifndef NDEBUG # define NDEBUG # endif #endif #include <assert.h> #include <limits.h> #include <stdlib.h> Loading