summaryrefslogtreecommitdiff
path: root/release/src/router/mssl/mssl.h
blob: 65862a1cdb03fa566e07da769566f94594286036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*

	Minimal MatrixSSL Helper
	Copyright (C) 2006-2009 Jonathan Zarate

	Licensed under GNU GPL v2 or later.

*/
#ifndef __MSSL_H__
#define __MSSL_H__

extern FILE *ssl_server_fopen(int sd);
extern FILE *ssl_client_fopen(int sd);
extern int mssl_init(char *cert, char *priv);

#endif