[PATCH v4 1/2] bcrypt: Implement BCryptSecretAgreement with libgcrypt.

Alexandre Julliard julliard at winehq.org
Mon Jan 27 09:17:07 CST 2020


Derek Lesho <dlesho at codeweavers.com> writes:

> @@ -1987,6 +1988,19 @@ WINE_NOTICE_WITH(vkd3d,[test "x$ac_cv_lib_soname_vkd3d" = "x"],
>                   [vkd3d ${notice_platform}development files not found (or too old), Direct3D 12 won't be supported.])
>  test "x$ac_cv_lib_soname_vkd3d" != "x" || enable_d3d12=${enable_d3d12:-no}
>  
> +dnl **** Check for gcrypt ****
> +if test "x$with_gcrypt" != "xno"
> +then
> +    WINE_PACKAGE_FLAGS(GCRYPT,[libgcrypt],,,,
> +        [AC_CHECK_HEADERS([gcrypt.h])
> +        if test "$ac_cv_header_gcrypt_h" = "yes"
> +        then
> +            WINE_CHECK_SONAME(gcrypt,gcry_sexp_build,,,[$GCRYPT_LIBS])
> +        fi])
> +fi
> +WINE_NOTICE_WITH(gcrypt,[test "x$ac_cv_lib_soname_gcrypt" = "x"],
> +                 [libgcrypt ${notice_platform}development files not found, GCRYPT won't be supported.])
> +

I don't think we want to add a dependency to yet another crypto
library. Please try to find a way to make this work with GnuTLS.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list