Fix no-ocsp
[openssl.git] / Configurations / 99-personal-rse.conf
index be619194ed334f45a175cff438d725bf86b18abd..9999fcd3cf603d6fd9da4ccc3dba121df54c293e 100644 (file)
@@ -1,16 +1,12 @@
 ## -*- mode: perl; -*-
 ## Personal configuration targets
-##
-## If you edit this file, run this command before committing
-##     make -f Makefile.in TABLE
-## This file is interpolated by the Configure script.
 
 %targets = (
     "debug-rse" => {
         inherit_from     => [ "x86_elf_asm" ],
         cc               => "cc",
         cflags           => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
-        thread_cflag     => "(unknown)",
-        bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
+        thread_scheme    => "(unknown)",
+        bn_ops           => "BN_LLONG",
     },
 );