File tree Expand file tree Collapse file tree
wolfcrypt/src/port/tropicsquare
wolfssl/wolfcrypt/port/tropicsquare Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2860,27 +2860,24 @@ AC_ARG_WITH([tropic01],
28602860 AC_MSG_CHECKING ( [ for libtropic] )
28612861 if test "x$withval" != "xno" ; then
28622862 trylibtropicdir=$withval
2863- # AC_MSG_NOTICE ( [ Use provided PATH] )
28642863 fi
28652864 if test "x$withval" = "xyes" ; then
2866- trylibtropicdir="libtropic"
2867- # AC_MSG_NOTICE ( [ Use default PATH] )
2865+ trylibtropicdir="libtropic"
28682866 fi
28692867 if test -e $trylibtropicdir/build/libtropic.a
28702868 then
28712869 LIB_STATIC_ADD="$LIB_STATIC_ADD $trylibtropicdir/build/libtropic.a"
2872- LIB_STATIC_ADD="$LIB_STATIC_ADD $trylibtropicdir/build/trezor_crypto/libtrezor_crypto.a"
2870+ LIB_STATIC_ADD="$LIB_STATIC_ADD $trylibtropicdir/build/trezor_crypto/libtrezor_crypto.a"
28732871 AM_CFLAGS="$AM_CFLAGS -I$trylibtropicdir/include"
2874- # AC_MSG_NOTICE ( [ TropicSquare library is available] )
28752872 else
28762873 ENABLED_TROPIC01="no"
2877- AC_MSG_ERROR ( [ Could not find libtropic - TropicSquare library] )
2874+ AC_MSG_ERROR ( [ Could not find libtropic - TropicSquare library] )
28782875 fi
2879- enable_shared=no
2876+ enable_shared=no
28802877 enable_static=yes
28812878 ENABLED_TROPIC01="yes"
2882- AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TROPIC01"
2883- AC_MSG_RESULT ( [ yes ] )
2879+ AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TROPIC01"
2880+ AC_MSG_RESULT ( [ yes ] )
28842881 ]
28852882)
28862883
You can’t perform that action at this time.
0 commit comments