0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd: Rename hash.cc to crypto.cc.

This commit is contained in:
Jason Volk 2017-09-29 15:51:07 -07:00
parent 71e92e9f47
commit fae5984d5e
2 changed files with 1 additions and 1 deletions

View file

@ -55,12 +55,12 @@ libircd_la_LIBADD = \
libircd_la_SOURCES = \
client.cc \
crypto.cc \
ctx.cc \
db.cc \
exception.cc \
fmt.cc \
fs.cc \
hash.cc \
http.cc \
info.cc \
ircd.cc \