aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-01-15 12:29:44 +0000
committerJörg Mayer <jmayer@loplof.de>2012-01-15 12:29:44 +0000
commit2097912587c5b6857e0e1222492b5e7d8fac482a (patch)
tree14d049f0b52bee69ee012acac6194b365ccc88d7 /CMakeLists.txt
parente05b847713626298e9f95b6036056d839bb31e45 (diff)
Rename crypt-xxx to xxx
svn path=/trunk/; revision=40511
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c611d1822..c77d4eb9a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -824,7 +824,7 @@ if(BUILD_editcap)
)
set(editcap_FILES
editcap.c
- epan/crypt/crypt-md5.c
+ epan/crypt/md5.c
epan/nstime.c
${WTAP_PLUGIN_SOURCES}
)