Commit 5b9f03c0f4 for openssl.org

commit 5b9f03c0f4a6121c64f3129ce20c171f0862dd09
Author: Moryakhin Stas <morstas99@mail.ru>
Date:   Mon May 4 16:15:43 2026 +0300

    Add /MTd build for debug configuration for VC-noCE-common

    Fixes #30936

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    MergeDate: Wed May  6 19:17:18 2026
    (Merged from https://github.com/openssl/openssl/pull/31073)

diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index c7002eff39..a497bcce4f 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1566,7 +1566,7 @@ my %targets = (
         cflags           => add(picker(default => '/Gs0 /GF /Gy',
                                        debug   =>
                                        sub {
-                                           ($disabled{shared} ? "" : ($disabled{"static-vcruntime"} ? "/MDd" : ($disabled{threads} ? "" : "/MT")));
+                                           ($disabled{shared} ? "" : ($disabled{"static-vcruntime"} ? "/MDd" : ($disabled{threads} ? "" : "/MTd")));
                                        },
                                        release =>
                                        sub {