]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: fix building against libcryptopp 14949/head
authorShengjing Zhu <zhsj@umcloud.com>
Thu, 4 May 2017 07:52:04 +0000 (15:52 +0800)
committerShengjing Zhu <zhsj@umcloud.com>
Thu, 4 May 2017 11:13:55 +0000 (19:13 +0800)
commitf031800760e38ce85b19779791a3aebf87686860
treefa9268d12b52960b5ec862fc0eb25fe8d6c481af
parente52f94463c29856d1e9d299f845dbdeeef2020be
common: fix building against libcryptopp

libnspr is only needed for libnss, move it to if defined(USE_NSS)
section.

ceph::crypto::shutdown's params should be same with declaration.

Signed-off-by: Shengjing Zhu <zhsj@umcloud.com>
src/common/ceph_crypto.cc