]> git.tuebingen.mpg.de Git - paraslash.git/commit
Rename crypt.c -> openssl.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 27 Dec 2017 20:47:40 +0000 (21:47 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2018 23:10:28 +0000 (00:10 +0100)
commitf1adf8b86e072e22353e0481d96d13f627c364b4
tree04078dc4ea3e6d93ad653ebd74e3784b01debe5d
parent4c117836f38d3cc661f6271760ee5cab78ada8cf
Rename crypt.c -> openssl.c.

The old name made sense back when we had only one crypto backend. These
days paraslash can be compiled against either openssl or gcrypt,
so the new name makes it clear that the file is only compiled in if
the openssl library was selected as the crypto backend.
command.c
configure.ac
crypt.c [deleted file]
openssl.c [new file with mode: 0644]