mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 19:07:28 +00:00
merge
This commit is contained in:
commit
30ec18d938
@ -660,6 +660,7 @@ fi
|
|||||||
AC_EXEEXT
|
AC_EXEEXT
|
||||||
|
|
||||||
# XXX there must be a nicer way to do this
|
# XXX there must be a nicer way to do this
|
||||||
|
if test $BUNDLED_LIBTOM = 1 ; then
|
||||||
AS_MKDIR_P(libtomcrypt/src/ciphers/aes)
|
AS_MKDIR_P(libtomcrypt/src/ciphers/aes)
|
||||||
AS_MKDIR_P(libtomcrypt/src/ciphers/safer)
|
AS_MKDIR_P(libtomcrypt/src/ciphers/safer)
|
||||||
AS_MKDIR_P(libtomcrypt/src/ciphers/twofish)
|
AS_MKDIR_P(libtomcrypt/src/ciphers/twofish)
|
||||||
@ -710,8 +711,10 @@ AS_MKDIR_P(libtomcrypt/src/pk/katja)
|
|||||||
AS_MKDIR_P(libtomcrypt/src/pk/pkcs1)
|
AS_MKDIR_P(libtomcrypt/src/pk/pkcs1)
|
||||||
AS_MKDIR_P(libtomcrypt/src/pk/rsa)
|
AS_MKDIR_P(libtomcrypt/src/pk/rsa)
|
||||||
AS_MKDIR_P(libtomcrypt/src/prngs)
|
AS_MKDIR_P(libtomcrypt/src/prngs)
|
||||||
|
LIBTOM_FILES="libtomcrypt/Makefile libtommath/Makefile"
|
||||||
|
fi
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
AC_CONFIG_FILES(Makefile libtomcrypt/Makefile libtommath/Makefile)
|
AC_CONFIG_FILES(Makefile $LIBTOM_FILES)
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
AC_MSG_NOTICE()
|
AC_MSG_NOTICE()
|
||||||
|
Loading…
Reference in New Issue
Block a user