mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 17:47:33 -05:00
Add missing newlines
This commit is contained in:
parent
f3d9dd0fab
commit
2cdbfd069b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue