Skip to content

Commit

Permalink
Merge pull request #4770 from dilyanpalauzov/tls_th_lock_no_openssl
Browse files Browse the repository at this point in the history
tls_th-lock.c: compile without ssl.h
  • Loading branch information
elliefm committed Dec 17, 2023
2 parents 07d6e26 + c7df638 commit fe6ac73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions imap/tls_th-lock.c
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 fe6ac73

Please sign in to comment.