From d602aad7acc34f98504902d220791a32a0c6f10c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 13 Jul 2008 10:49:42 +0000 Subject: [PATCH] ebl fix compilation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7373 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/lib/openssl.c b/bacula/src/lib/openssl.c index 7276e9d8d6..7017aa7ada 100644 --- a/bacula/src/lib/openssl.c +++ b/bacula/src/lib/openssl.c @@ -98,7 +98,7 @@ static unsigned long get_openssl_thread_id(void) return (unsigned long)getpid(); #else /* - * Comparison without use of pthread_equal() is mandated by the OpenSSL API */ + * Comparison without use of pthread_equal() is mandated by the OpenSSL API * * Note: this creates problems with the new Win32 pthreads * emulation code, which defines pthread_t as a structure. -- 2.39.5