Commit b63e740293 for openssl.org

commit b63e7402933a224de4c8b4377739721db74580f2
Author: Tomas Mraz <tomas@openssl.org>
Date:   Mon Mar 16 10:55:25 2026 +0100

    Configure: Re-add srtpkdf disablable

    Reviewed-by: Matt Caswell <matt@openssl.foundation>
    Reviewed-by: Paul Dale <paul.dale@oracle.com>
    MergeDate: Tue Mar 17 11:16:00 2026
    (Merged from https://github.com/openssl/openssl/pull/30446)

diff --git a/Configure b/Configure
index 82d6e82a4a..50cb79b874 100755
--- a/Configure
+++ b/Configure
@@ -488,6 +488,7 @@ my @disablables_algorithms = (
     "sm2",
     "sm3",
     "sm4",
+    "srtpkdf",
     "sshkdf",
     "sskdf",
     "x942kdf",