projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8240751
)
crypto: Fix typo in example
author
Eric Blake
<eblake@redhat.com>
Mon, 21 Dec 2015 15:54:17 +0000
(08:54 -0700)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 11 Jan 2016 08:39:28 +0000
(11:39 +0300)
The example code wouldn't even compile, since it did not use
a consistent spelling for the Error ** parameter.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/crypto/tlssession.h
patch
|
blob
|
history
diff --git
a/include/crypto/tlssession.h
b/include/crypto/tlssession.h
index b38fe6954d941beea2faebaee91a5279af89eaa4..d356a8dc17a3f5f5db9ac81ab295e5970e78ea55 100644
(file)
--- a/
include/crypto/tlssession.h
+++ b/
include/crypto/tlssession.h
@@
-56,7
+56,7
@@
*
* static int mysock_run_tls(int sockfd,
* QCryptoTLSCreds *creds,
- * Error *erp)
+ * Error *er
r
p)
* {
* QCryptoTLSSession *sess;
*