]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/openssl.c
Attempt to fix bat seg faults
[bacula/bacula] / bacula / src / lib / openssl.c
index 7276e9d8d6110e6424842f71b28c9f0179552d85..994b29ebcb0ed25caaa0c11bc81450571e99b86b 100644 (file)
@@ -20,7 +20,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark of John Walker.
+   Bacula® is a registered trademark of Kern Sibbald.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -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.