diff options
author | Michele Calgaro <[email protected]> | 2020-12-06 21:23:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-06 21:24:20 +0900 |
commit | 4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch) | |
tree | 3fb0957e93160f69f55942fff50a2ad496bf4f4c /tdewallet/backend/blowfishtables.h | |
parent | 19f44e5ff3756172540e768fc0d08d761f0c374e (diff) | |
download | tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdewallet/backend/blowfishtables.h')
-rw-r--r-- | tdewallet/backend/blowfishtables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdewallet/backend/blowfishtables.h b/tdewallet/backend/blowfishtables.h index dae448f96..a41d7a7e3 100644 --- a/tdewallet/backend/blowfishtables.h +++ b/tdewallet/backend/blowfishtables.h @@ -17,7 +17,7 @@ Boston, MA 02110-1301, USA. */ -// This is also from _Applied_Cryptography_. See blowfish.cc for more details. +// This is also from _Applied_Cryptography_. See blowfish.cpp for more details. #ifndef __bfdefs_h #define __bfdefs_h |