summaryrefslogtreecommitdiff
path: root/lib/dhparams.h
blob: 0377bb940520d585a42da37341fa29e482c21a1e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DHPARAMS_H
#define DHPARAMS_H 1

#include <openssl/dh.h>

DH *get_dh1024(void);
DH *get_dh2048(void);
DH *get_dh4096(void);

#endif /* dhparams.h */