summaryrefslogtreecommitdiff
path: root/include/amqp_ssl_socket.h
blob: 0e4cccf93bcdc68a3439b6729249b33829e04216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2007 - 2021, Alan Antonuk and the rabbitmq-c contributors.
// SPDX-License-Identifier: mit

/** \file */

#ifndef AMQP_SSL_H
#define AMQP_SSL_H

#warning "amqp_ssl_socket.h is deprecated, use rabbitmq-c/ssl_socket.h instead.

#include <rabbitmq-c/ssl_socket.h>

#endif /* AMQP_SSL_H */