mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 03:02:04 +00:00
res_pjproject: Fix typo (OpenmSSL->OpenSSL)
Fix typo (OpenmSSL->OpenSSL) mentioned by bkford in #972
(cherry picked from commit 385e2d5042
)
This commit is contained in:
committed by
Asterisk Development Team
parent
fd52a4411d
commit
576ccce10b
@@ -329,10 +329,10 @@ static char *handle_pjproject_show_buildopts(struct ast_cli_entry *e, int cmd, s
|
||||
}
|
||||
/* Trim off the trailing ", " */
|
||||
ast_str_truncate(buf, -2);
|
||||
ast_cli(a->fd, "Supported Digest Algorithms (IANA name/OpenmSSL name): %s\n", ast_str_buffer(buf));
|
||||
ast_cli(a->fd, "Supported Digest Algorithms (IANA name/OpenSSL name): %s\n", ast_str_buffer(buf));
|
||||
}
|
||||
#else
|
||||
ast_cli(a->fd, "Supported Digest Algorithms (IANA name/OpenmSSL name): MD5/MD5\n");
|
||||
ast_cli(a->fd, "Supported Digest Algorithms (IANA name/OpenSSL name): MD5/MD5\n");
|
||||
#endif
|
||||
|
||||
return CLI_SUCCESS;
|
||||
|
Reference in New Issue
Block a user