aclk_otp.h 243 B

12345678910
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef ACLK_OTP_H
  3. #define ACLK_OTP_H
  4. #include "../daemon/common.h"
  5. void aclk_get_mqtt_otp(RSA *p_key, char *aclk_hostname, int port, char **mqtt_usr, char **mqtt_pass);
  6. #endif /* ACLK_OTP_H */