blob: 1c8d07b38b710b15190d073e3b5fa723b0abe829 [file] [log] [blame]
Craig Tillerfaa84802015-03-01 21:56:38 -08001/*
2 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02003 * Copyright 2015 gRPC authors.
Craig Tillerfaa84802015-03-01 21:56:38 -08004 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02005 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
Craig Tillerfaa84802015-03-01 21:56:38 -08008 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +02009 * http://www.apache.org/licenses/LICENSE-2.0
Craig Tillerfaa84802015-03-01 21:56:38 -080010 *
Jan Tattermusch7897ae92017-06-07 22:57:36 +020011 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
Craig Tillerfaa84802015-03-01 21:56:38 -080016 *
17 */
18
Alexander Polcyndb3e8982018-02-21 16:59:24 -080019#include <grpc/support/port_platform.h>
20
Craig Tiller9533d042016-03-25 17:11:06 -070021#include "src/core/lib/surface/init.h"
Craig Tillerfaa84802015-03-01 21:56:38 -080022
Craig Tillerd6c98df2015-08-18 09:33:44 -070023void grpc_security_pre_init(void) {}
Craig Tiller178edfa2016-02-17 20:54:46 -080024
25void grpc_register_security_filters(void) {}
Mark D. Roth1f0f23c2017-01-06 13:07:19 -080026
27void grpc_security_init(void) {}
jiangtaoli2016144f5552018-03-23 11:28:48 -070028
29void grpc_security_shutdown(void) {}