Skip to content

Commit

Permalink
tls_th-lock.c: compile without ssl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Dec 16, 2023
1 parent 07d6e26 commit c7df638
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit c7df638

Please sign in to comment.