mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 21:56:33 +00:00
Changes to make socat compile with OpenSSL 1.1
This commit is contained in:
commit
008229cb9f
5 changed files with 76 additions and 28 deletions
2
sslcls.c
2
sslcls.c
|
@ -339,6 +339,7 @@ void sycSSL_free(SSL *ssl) {
|
|||
return;
|
||||
}
|
||||
|
||||
#if !defined(OPENSSL_NO_EGD) && HAVE_RAND_egd
|
||||
int sycRAND_egd(const char *path) {
|
||||
int result;
|
||||
Debug1("RAND_egd(\"%s\")", path);
|
||||
|
@ -346,6 +347,7 @@ int sycRAND_egd(const char *path) {
|
|||
Debug1("RAND_egd() -> %d", result);
|
||||
return result;
|
||||
}
|
||||
#endif
|
||||
|
||||
DH *sycPEM_read_bio_DHparams(BIO *bp, DH **x, pem_password_cb *cb, void *u) {
|
||||
DH *result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue