From a17bcc3033e5193213b05a9c713829689c9f7692 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sat, 3 Dec 2011 21:45:50 +0000
Subject: [PATCH] - Fixed typo
---
programs/random/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/random/CMakeLists.txt b/programs/random/CMakeLists.txt
index 94814c4f2..c60ed427d 100644
--- a/programs/random/CMakeLists.txt
+++ b/programs/random/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_executable(gen_random_havege gen_random.c)
+add_executable(gen_random_havege gen_random_havege.c)
target_link_libraries(gen_random_havege polarssl)
add_executable(gen_random_ctr_drbg gen_random_ctr_drbg.c)