-
Notifications
You must be signed in to change notification settings - Fork 1
/
test.h
36 lines (33 loc) · 855 Bytes
/
test.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#ifndef TLS13_ECHO_ECHO_CLIENT_H
#define TLS13_ECHO_ECHO_CLIENT_H
#define __USE_XOPEN
#define _GNU_SOURCE
#include <memory.h>
#include <errno.h>
#include <sys/types.h>
#include <netinet//in.h>
#include <netdb.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
//#include <openssl/rsa.h>
//#include <openssl/crypto.h>
//#include <openssl/pem.h>
//#include <openssl/ssl.h>
//#include <openssl/err.h>
//#include <openssl/ssl.h>
//#include <openssl/err.h>
//#include <openssl/bio.h>
//
//#include "openssl/bio.h"
//#include "openssl/ssl.h"
//#include "openssl/err.h"
//#include "../openssl/ssl/ssl_local.h"
//#include "../openssl/e_os.h"
//
#include "/usr/local/include/openssl/bio.h"
#include "/usr/local/include/openssl/ssl.h"
#include "/usr/local/include/openssl/err.h"
#endif //TLS13_ECHO_ECHO_CLIENT_H