NetBurner 3.5.6
PDF Version
NbWolfSsl.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef _NB_WOLF_SSL_H_
6
#define _NB_WOLF_SSL_H_
7
8
#include <predef.h>
9
#ifdef NB_SSL_SUPPORTED
10
11
#include <crypto/wolfssl/ssl.h>
12
#include <crypto/wolfssl/callbacks.h>
13
14
void
CheckGenerateNewCert();
15
16
#endif
/* NB_SSL_SUPPORTED */
17
#endif