]> git.pld-linux.org Git - packages/alpine.git/blame - alpine-ssl.patch
- patchlevel 57: fix ignore the day of the week on index tokens like
[packages/alpine.git] / alpine-ssl.patch
CommitLineData
f9dda27f
JR
1--- alpine-0.9999/imap/src/osdep/unix/ssl_unix.c~ 2007-01-10 02:41:01.000000000 +0100
2+++ alpine-0.9999/imap/src/osdep/unix/ssl_unix.c 2007-11-05 14:48:17.000000000 +0100
3@@ -27,14 +27,14 @@
4 */
5 \f
6 #define crypt ssl_private_crypt
7-#include <x509v3.h>
8-#include <ssl.h>
9-#include <err.h>
10-#include <pem.h>
11-#include <buffer.h>
12-#include <bio.h>
13-#include <crypto.h>
14-#include <rand.h>
15+#include <openssl/x509v3.h>
16+#include <openssl/ssl.h>
17+#include <openssl/err.h>
18+#include <openssl/pem.h>
19+#include <openssl/buffer.h>
20+#include <openssl/bio.h>
21+#include <openssl/crypto.h>
22+#include <openssl/rand.h>
23 #undef crypt
24
25 #define SSLBUFLEN 8192
This page took 0.04451 seconds and 4 git commands to generate.