Apps: divide the modules in direct command modules, support library and init
[openssl.git] / Configurations / 00-base-templates.conf
index 72cbde203fc72deaa6791ae6bfa6c4c3eea6ef31..0d0f8b8a7f4a403d23a0e7a766e87d4a31aaf0a3 100644 (file)
@@ -11,6 +11,7 @@ my %targets=(
        thread_defines  => [],
 
        apps_aux_src    => "",
+       apps_init_src   => "",
        cpuid_asm_src   => "mem_clr.c",
        uplink_aux_src  => "",
        bn_asm_src      => "bn_asm.c",
@@ -134,7 +135,7 @@ my %targets=(
 
     uplink_common => {
        template        => 1,
-       apps_aux_src    => add("../ms/applink.c"),
+       apps_init_src   => add("../ms/applink.c"),
        uplink_aux_src  => add("../ms/uplink.c"),
        defines         => add("OPENSSL_USE_APPLINK"),
     },