diff options
author | Jörg Mayer <jmayer@loplof.de> | 2012-01-15 12:29:44 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2012-01-15 12:29:44 +0000 |
commit | 2097912587c5b6857e0e1222492b5e7d8fac482a (patch) | |
tree | 14d049f0b52bee69ee012acac6194b365ccc88d7 /CMakeLists.txt | |
parent | e05b847713626298e9f95b6036056d839bb31e45 (diff) | |
download | wireshark-2097912587c5b6857e0e1222492b5e7d8fac482a.tar.gz wireshark-2097912587c5b6857e0e1222492b5e7d8fac482a.tar.bz2 wireshark-2097912587c5b6857e0e1222492b5e7d8fac482a.zip |
Rename crypt-xxx to xxx
svn path=/trunk/; revision=40511
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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} ) |