Skip to content

Commit

Permalink
tls_mgm fix typo in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Aug 16, 2016
1 parent 058991d commit a1242bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tls_mgm/tls_mgm.c
Expand Up @@ -1275,8 +1275,8 @@ static int mod_init(void){
if (!CRYPTO_set_mem_functions(os_malloc, os_realloc, os_free)) {
LM_ERR("unable to set the memory allocation functions\n");
LM_ERR("NOTE: check if you have openssl 1.0.1e-fips, as this "
"version is know to be broken; if so, you need to upgrade or "
"downgrade to a differen openssl version !!\n");
"version is known to be broken; if so, you need to upgrade or "
"downgrade to a different openssl version !!\n");
return -1;
}

Expand Down

0 comments on commit a1242bd

Please sign in to comment.