aboutsummaryrefslogtreecommitdiff
path: root/tests/test-rsa.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-08 12:45:01 -0400
committerRob Austein <sra@hactrn.net>2015-09-08 12:45:01 -0400
commitc334ad5442340a6f6ba22d3d56970b7fe376df6b (patch)
treedafab59be410e976cd64e14236d0130fe5b6e779 /tests/test-rsa.c
parent53bff0b94832da75e37bea3e94e051f24fdec560 (diff)
parent2d37968bdcfb97281386ca56cea59d39c0b98f8b (diff)
Merge branch 'modexps6'
Diffstat (limited to 'tests/test-rsa.c')
-rw-r--r--tests/test-rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-rsa.c b/tests/test-rsa.c
index 0fd2002..f6bf55c 100644
--- a/tests/test-rsa.c
+++ b/tests/test-rsa.c
@@ -287,8 +287,8 @@ int main(int argc, char *argv[])
* Initialize EIM and report what core we're running.
*/
- if ((err = hal_io_read(MODEXP_ADDR_NAME0, name, sizeof(name))) != HAL_OK ||
- (err = hal_io_read(MODEXP_ADDR_VERSION, version, sizeof(version))) != HAL_OK) {
+ if ((err = hal_io_read(MODEXPS6_ADDR_NAME0, name, sizeof(name))) != HAL_OK ||
+ (err = hal_io_read(MODEXPS6_ADDR_VERSION, version, sizeof(version))) != HAL_OK) {
printf("Initialization failed: %s\n", hal_error_string(err));
return 1;
}