]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/opensslsigners.hh
Merge pull request #4042 from rgacogne/dnsdist-tcp-fast-open
[thirdparty/pdns.git] / pdns / opensslsigners.hh
1 #include <string>
2 #include <pthread.h>
3 #include <openssl/crypto.h>
4 #include <openssl/rand.h>
5
6 #include "dns_random.hh"
7
8 /* pthread locking */
9 void openssl_thread_setup();
10 void openssl_thread_cleanup();
11
12 /* seeding PRNG */
13 void openssl_seed();