8#ifndef __WVDIFFIEHELLMAN_H
9#define __WVDIFFIEHELLMAN_H
11#include <openssl/dh.h>
23 void get_created_secret(WvBuf &outbuf,
size_t len);
24 int get_public_value(WvBuf &outbuf,
int len);
27 bool create_secret(WvBuf &inbuf,
size_t in_len, WvBuf& outbuf);
A WvLog stream accepts log messages from applications and forwards them to all registered WvLogRcv's.