summaryrefslogtreecommitdiff
path: root/release/src/router/mssl/mssl.h
blob: efbe32232a8e7874eae379de33306116c2351d7c (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 ssl_init(char *cert, char *priv);

#endif