Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update libssl version message
  • Loading branch information
arr2036 committed Jan 24, 2014
1 parent 6cf72e8 commit 572652a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/version.c
Expand Up @@ -49,8 +49,7 @@ int ssl_check_version(void)
ssl_linked = SSLeay();

if (ssl_linked != ssl_built) {
ERROR("libssl version mismatch."
" Built with: %lx Linked: %lx",
ERROR("libssl version mismatch. built: %lx linked: %lx",
(unsigned long) ssl_built,
(unsigned long) ssl_linked);

Expand Down

0 comments on commit 572652a

Please sign in to comment.