]> git.tuebingen.mpg.de Git - paraslash.git/commit
gcrypt: Drop unnecessary arguments of decode_key().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 27 Aug 2018 15:30:33 +0000 (17:30 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 25 Dec 2018 16:45:24 +0000 (17:45 +0100)
commiteb833d819057adb3916aa2f2704ca2df7fd6a48f
tree319abb8313685fff481cdc0ada619cc9fbd6ff65
parent5c4c58652a0cc20620494d0c68e93e4db5fcbc12
gcrypt: Drop unnecessary arguments of decode_key().

Its single caller passes string literals, which are known at compile
time. So we may get rid of the two arguments.
gcrypt.c