summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_otp.h
blob: 31e81c5a120ae856e8594ebe6e795933a16a1c2a (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef ACLK_OTP_H
#define ACLK_OTP_H

#include "../daemon/common.h"

void aclk_get_mqtt_otp(RSA *p_key, char *aclk_hostname, int port, char **mqtt_usr, char **mqtt_pass);

#endif /* ACLK_OTP_H */