adding add_client to server
This commit is contained in:
10
src/client_backend/security.h
Normal file
10
src/client_backend/security.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#ifndef SECURITY_H
|
||||
#define SECURITY_H
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
int check_cert(const char* cert,const char* secrets_path);
|
||||
char*get_apikey(const char*secrets_path);
|
||||
char* get_machineid(const char*secrets_path);
|
||||
#endif // !SECURITY_H
|
||||
Reference in New Issue
Block a user