ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/connection.h
(Generate patch)

Comparing gvpe/src/connection.h (file contents):
Revision 1.1 by pcg, Wed Apr 2 03:06:22 2003 UTC vs.
Revision 1.2 by pcg, Wed Apr 2 03:25:17 2003 UTC

19#ifndef VPE_CONNECTION_H__ 19#ifndef VPE_CONNECTION_H__
20#define VPE_CONNECTION_H__ 20#define VPE_CONNECTION_H__
21 21
22#include <netinet/ip.h> // for tos etc. 22#include <netinet/ip.h> // for tos etc.
23 23
24#include <openssl/rand.h>
25#include <openssl/hmac.h> 24#include <openssl/hmac.h>
26#include <openssl/evp.h>
27#include <openssl/rsa.h>
28#include <openssl/err.h>
29 25
30#include "global.h" 26#include "global.h"
31#include "conf.h" 27#include "conf.h"
32#include "sockinfo.h" 28#include "sockinfo.h"
33#include "util.h" 29#include "util.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines