When ENGINE_add finds that id or name is missing, actually return
[openssl.git] / Configurations / 99-personal-geoff.conf
1 ## Personal configuration targets
2 ##
3 ## If you edit this file, run this command before committing
4 ##      make -f Makefile.org TABLE
5 ## This file is interpolated by the Configure script.
6
7 %targets = (
8     "debug-geoff32" => {
9         inherit_from     => [ "no_asm_filler" ],
10         cc               => "gcc",
11         cflags           => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
12         thread_cflag     => "-D_REENTRANT",
13         lflags           => "-ldl",
14         bn_ops           => "BN_LLONG",
15         dso_scheme       => "dlfcn",
16         shared_target    => "linux-shared",
17         shared_cflag     => "-fPIC",
18         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
19     },
20     "debug-geoff64" => {
21         inherit_from     => [ "no_asm_filler" ],
22         cc               => "gcc",
23         cflags           => "-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long",
24         thread_cflag     => "-D_REENTRANT",
25         lflags           => "-ldl",
26         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
27         dso_scheme       => "dlfcn",
28         shared_target    => "linux-shared",
29         shared_cflag     => "-fPIC",
30         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
31     },
32 );