mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: C++-ify SHA1 interface
All callers of the SHA1 code are C++. Might just as well use a C++ like interface. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
729356e0b1
commit
21f68387ae
6 changed files with 71 additions and 78 deletions
|
@ -91,7 +91,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
core/gas.c \
|
||||
core/membuffer.cpp \
|
||||
core/selection.cpp \
|
||||
core/sha1.c \
|
||||
core/sha1.cpp \
|
||||
core/string-format.cpp \
|
||||
core/strtod.cpp \
|
||||
core/tag.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue