Skip to content

Commit beb3d41

Browse files
authored
ssl: correct since version on amqp_set_ssl_engine and amqp_ssl_socket_set_key_engine APIs (#662)
Signed-off-by: GitHub <noreply@github.com>
1 parent dd2f764 commit beb3d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

librabbitmq/amqp_ssl_socket.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ int AMQP_CALL amqp_ssl_socket_set_key(amqp_socket_t *self, const char *cert,
125125
* \return \ref AMQP_STATUS_OK on success an \ref amqp_status_enum value on
126126
* failure.
127127
*
128-
* \since v0.9.1
128+
* \since v0.11.0
129129
*/
130130
AMQP_PUBLIC_FUNCTION
131131
int AMQP_CALL amqp_ssl_socket_set_key_engine(amqp_socket_t *self,
@@ -278,7 +278,7 @@ int AMQP_CALL amqp_initialize_ssl_library(void);
278278
* \param [in] engine the engine ID
279279
* \return AMQP_STATUS_OK on success.
280280
*
281-
* \since v0.9.1
281+
* \since v0.11.0
282282
*/
283283
AMQP_PUBLIC_FUNCTION
284284
int amqp_set_ssl_engine(const char *engine);

0 commit comments

Comments
 (0)