summaryrefslogtreecommitdiffstats
path: root/test/dummytest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dummytest.c')
-rw-r--r--test/dummytest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dummytest.c b/test/dummytest.c
index 5569db09a8..25ce77b2df 100644
--- a/test/dummytest.c
+++ b/test/dummytest.c
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
q = p + strlen(p);
if (!p)
- program = BUF_strdup("(unknown)");
+ program = OPENSSL_strdup("(unknown)");
else {
program = OPENSSL_malloc((q - p) + 1);
strncpy(program, p, q - p);