Browse Source

tls: Set internal module name to "tls".

Set module name to "tls", not "tlsops".
Reported by MÉSZÁROS Mihály <[email protected]>
Jan Janak 16 years ago
parent
commit
a2bae03c17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tls/tls_mod.c

+ 1 - 1
modules/tls/tls_mod.c

@@ -224,7 +224,7 @@ static param_export_t params[] = {
  * Module interface
  */
 struct module_exports exports = {
-	"tlsops", 
+	"tls", 
 	DEFAULT_DLFLAGS, /* dlopen flags */
 	cmds,        /* Exported functions */
 	params,      /* Exported parameters */