fix configure for certdo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2014-02-25 Niibe Yutaka <gniibe@fsij.org>
|
||||
|
||||
* src/configure [certdo] (gnuk.ld): Add TIM_SIZE and EXT_SIZE.
|
||||
Thanks to Vasily Evseenko for the bug report.
|
||||
|
||||
2014-02-21 Niibe Yutaka <gniibe@fsij.org>
|
||||
|
||||
* src/ecc.c (compute_kG): Compute higer index at first.
|
||||
|
||||
1
THANKS
1
THANKS
@@ -19,4 +19,5 @@ NAGAMI Takeshi nagami-takeshi@aist.go.jp
|
||||
Nguyễn Hồng Quân quannguyen@mbm.vn
|
||||
Paul Bakker polarssl_maintainer@polarssl.org
|
||||
Shane Coughlan scoughlan@openinventionnetwork.com
|
||||
Vasily Evseenko
|
||||
Werner Koch wk@gnupg.org
|
||||
|
||||
2
src/configure
vendored
2
src/configure
vendored
@@ -321,6 +321,8 @@ if test "$certdo" = "yes"; then
|
||||
-e "s/@MEMORY_SIZE@/$MEMORY_SIZE/" \
|
||||
-e "s/@FLASH_PAGE_SIZE@/$FLASH_PAGE_SIZE/" \
|
||||
-e "s/@MSC_SIZE@/$MSC_SIZE/" \
|
||||
-e "s/@TIM_SIZE@/$TIM_SIZE/" \
|
||||
-e "s/@EXT_SIZE@/$EXT_SIZE/" \
|
||||
< gnuk.ld.in > gnuk.ld
|
||||
else
|
||||
sed -e "/^@CERTDO_SUPPORT_START@$/,/^@CERTDO_SUPPORT_END@$/ d" \
|
||||
|
||||
Reference in New Issue
Block a user