Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tls_th-lock.c: compile without ssl.h #4770

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions imap/tls_th-lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
#include <pthread.h>
#include <syslog.h>

#ifdef HAVE_SSL
#include <openssl/ssl.h>

#include "tls_th-lock.h"

#ifdef HAVE_SSL

/*
* This entire interface is obsoleted by OpenSSL 1.1.0.
* Keep it around for a while for backward compatibility though.
Expand Down