]> git.tuebingen.mpg.de Git - paraslash.git/commit
crypt_common: Constify hash pointers.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Mar 2020 15:27:16 +0000 (16:27 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 11 Jul 2020 17:26:31 +0000 (19:26 +0200)
commit783bc7c3215dc613aa60078cd386f8e8b49b9ebb
treeacf1851b995e491c45dee206df30bf0170bfd5b3
parente3dfede17fa6c297f89a34cb997b7276c884497a
crypt_common: Constify hash pointers.

hash_to_asc() and hash_compare() only read from the memory locations
given by these pointers.
crypt.h
crypt_common.c