blob: 90319bd460e9353fe14cdb51f8d773f96370d292 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2003/04/10 08:36:42 wiz Exp $
--- pkg.sslmod/ssl_util_ssl.h.orig Thu Oct 24 09:08:11 2002
+++ pkg.sslmod/ssl_util_ssl.h
@@ -86,7 +86,7 @@
/*
* Backward compatibility.
*/
-#if SSL_LIBRARY_VERSION < 0x00906100
+#ifndef OPENSSL_free
#define OPENSSL_free free
#endif
|