File: thread.diff

package info (click to toggle)
aolserver4-nsopenssl 3.0beta22-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 448 kB
  • ctags: 310
  • sloc: ansic: 3,166; tcl: 1,080; makefile: 172
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