Skip to content

Commit

Permalink
Add a warning when beecrypt is selected for the crypto library
Browse files Browse the repository at this point in the history
Let's make it absolutely clear that selecting beecrypt is deprecated
and those continuing to use it should be aware that the option will
go away soon.
  • Loading branch information
Conan-Kudo authored and pmatilai committed Apr 16, 2020
1 parent c77df4c commit 0910e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -269,6 +269,7 @@ AM_CONDITIONAL([WITH_BEECRYPT],[test "$with_crypto" = beecrypt])
WITH_BEECRYPT_INCLUDE=
WITH_BEECRYPT_LIB=
if test "$with_crypto" = beecrypt ; then
AC_MSG_WARN([Using the beecrypt library with rpm is deprecated and support will be removed in a future release!])
AC_DEFINE(WITH_BEECRYPT, 1, [Build with beecrypt instead of nss3 support?])
if test "$with_internal_beecrypt" = yes ; then
WITH_BEECRYPT_INCLUDE="-I\$(top_srcdir)/beecrypt"
Expand Down

0 comments on commit 0910e6a

Please sign in to comment.