summaryrefslogtreecommitdiffstats
path: root/main/openssl/abi-compat-no-freelists.patch
blob: 0ead14c0e77ecceec9f6f8b3a6f12416e450792a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- openssl-1.0.1g.orig/ssl/ssl.h
+++ openssl-1.0.1g/ssl/ssl.h
@@ -959,6 +959,10 @@
 	unsigned int freelist_max_len;
 	struct ssl3_buf_freelist_st *wbuf_freelist;
 	struct ssl3_buf_freelist_st *rbuf_freelist;
+#else
+	unsigned int freelist_dummy0;
+	void *freelist_dummy1;
+	void *freelist_dummy2;
 #endif
 #ifndef OPENSSL_NO_SRP
 	SRP_CTX srp_ctx; /* ctx for SRP authentication */