File: thread.diff

package info (click to toggle)
aolserver-nsopenssl 2.2beta7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 352 kB
  • ctags: 341
  • sloc: ansic: 3,272; tcl: 269; makefile: 82
file content (11 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- thread.c	2002-03-05 16:55:38.000000000 +0100
+++ thread.c.debian	2003-03-15 09:35:13.000000000 +0100
@@ -40,7 +40,7 @@
 #include "nsopenssl.h"
 #include "thread.h"
 
-#ifndef THREADS
+#ifndef OPENSSL_THREADS
 #error "OpenSSL was not compiled with thread support!"
 #endif