]> git.proxmox.com Git - ceph.git/blame - ceph/src/common/openssl_opts_handler.h
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / common / openssl_opts_handler.h
CommitLineData
f67539c2
TL
1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2// vim: ts=8 sw=2 smarttab
3/*
4 * Ceph - scalable distributed file system
5 *
6 * Copyright (c) 2020 Huawei Technologies Co., Ltd.
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2.1 of the License, or (at your option) any later version.
12 *
13 */
14
15#ifndef CEPH_OPENSSL_OPTS_HANDLER_H
16#define CEPH_OPENSSL_OPTS_HANDLER_H
17
18namespace ceph {
19 namespace crypto {
20 void init_openssl_engine_once();
21 }
22}
23
24#endif