]> git.sur5r.net Git - openldap/commitdiff
Add missing newlines
authorKurt Zeilenga <kurt@openldap.org>
Thu, 5 Oct 2000 18:30:06 +0000 (18:30 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 5 Oct 2000 18:30:06 +0000 (18:30 +0000)
libraries/libldap/tls.c

index 41b4c0dd26f4ed5565c0a5513df3f2ea3557cde1..2070e28d80da407566d3d95f0a001809996f71f2 100644 (file)
@@ -1010,7 +1010,7 @@ tls_seed_PRNG( const char *randfile )
 
        if (randfile == NULL) {
                Debug( LDAP_DEBUG_ANY,
-                       "TLS: Use configuration file or $RANDFILE to define seed PRNG",
+                       "TLS: Use configuration file or $RANDFILE to define seed PRNG\n",
                        0, 0, 0);
                return -1;
        }
@@ -1019,7 +1019,7 @@ tls_seed_PRNG( const char *randfile )
 
        if (RAND_status() == 0) {
                Debug( LDAP_DEBUG_ANY,
-                       "TLS: PRNG not been seeded with enough data",
+                       "TLS: PRNG not been seeded with enough data\n",
                        0, 0, 0);
                return -1;
        }