[gnutls-devel] GnuTLS | Add Linux kernel AF_ALG backend (!1404)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Sun Apr 18 16:12:23 CEST 2021




Daiki Ueno started a new discussion on m4/hooks.m4: https://gitlab.com/gnutls/gnutls/-/merge_requests/1404#note_554267996

>      AC_DEFINE([ENABLE_CRYPTODEV], 1, [Enable cryptodev support])
>    fi
>  
> +  # For AF_ALG
> +  AC_MSG_CHECKING([whether to add AF_ALG support])
> +  AC_ARG_ENABLE(afalg,
> +    AS_HELP_STRING([--enable-afalg], [enable AF_ALG support]),
> +  enable_afalg=$enableval,enable_afalg=no)
> +  AC_MSG_RESULT($enable_afalg)
> +
> +  if test "$enable_afalg" = "yes"; then
> +    AC_DEFINE([ENABLE_AFALG], 1, [Enable AF_ALG support])
> +  fi
> +  AM_CONDITIONAL(ENABLE_AFALG, test "$ac_enable_afalg" != "no")

The test should be:
```sh
test "$enable_afalg" = "yes"
```

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1404#note_554267996
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20210418/51cf0771/attachment-0001.html>


More information about the Gnutls-devel mailing list