summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gensalt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gensalt.c b/test/gensalt.c
index 2d590a9..52ca242 100644
--- a/test/gensalt.c
+++ b/test/gensalt.c
@@ -467,7 +467,7 @@ main (void)
fprintf (stderr, " ok: %s/%lu/%u -> %s\n",
tcase->prefix, tcase->rounds, ent, salt);
- XCRYPT_STRCPY_OR_ABORT (prev_output, CRYPT_GENSALT_OUTPUT_SIZE, salt);
+ strcpy_or_abort (prev_output, CRYPT_GENSALT_OUTPUT_SIZE, salt);
/* Test if crypt works with this salt. */
if (!tcase->rounds)