aboutsummaryrefslogtreecommitdiffstats
path: root/src/apps/ca.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps/ca.cpp')
-rw-r--r--src/apps/ca.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/ca.cpp b/src/apps/ca.cpp
index 881036fc8..17d930358 100644
--- a/src/apps/ca.cpp
+++ b/src/apps/ca.cpp
@@ -7,7 +7,7 @@ using namespace Botan;
#include <memory>
#include <chrono>
-int ca(int argc, char* argv[])
+int ca_main(int argc, char* argv[])
{
if(argc != 5)
{