projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f4390
)
Fix typo in error message.
author
Ben Pfaff
<blp@nicira.com>
Wed, 28 May 2008 23:01:49 +0000
(16:01 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 28 May 2008 23:01:49 +0000
(16:01 -0700)
lib/vconn-ssl.c
patch
|
blob
|
history
diff --git
a/lib/vconn-ssl.c
b/lib/vconn-ssl.c
index 2bdcfb1b5ffe28ec207045f5b7fab27162ce5dde..507e032debb6ef93ad9f5e7974e9b86b362aab73 100644
(file)
--- a/
lib/vconn-ssl.c
+++ b/
lib/vconn-ssl.c
@@
-795,7
+795,7
@@
vconn_ssl_set_ca_cert_file(const char *file_name)
/* Set up CAs for OpenSSL to trust in verifying the peer's certificate. */
if (SSL_CTX_load_verify_locations(ctx, file_name, NULL) != 1) {
- VLOG_ERR("SSL_load_verify_locations: %s",
+ VLOG_ERR("SSL_
CTX_
load_verify_locations: %s",
ERR_error_string(ERR_get_error(), NULL));
return;
}