corecode's projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1ff9403
)
dma: note that we will have to clean up SSL state
author
Simon Schubert <corecode@dragonflybsd.org>
Thu, 16 Jul 2009 10:52:00 +0000 (12:52 +0200)
committer
Simon Schubert <corecode@dragonflybsd.org>
Thu, 16 Jul 2009 14:13:07 +0000 (16:13 +0200)
libexec/dma/crypto.c
patch
|
blob
|
blame
|
history
diff --git
a/libexec/dma/crypto.c
b/libexec/dma/crypto.c
index
a75fc5b
..
348b8a1
100644
(file)
--- a/
libexec/dma/crypto.c
+++ b/
libexec/dma/crypto.c
@@
-91,6
+91,7
@@
smtp_init_crypto(struct qitem *it, int fd, int feature)
X509 *cert;
int error;
+ /* XXX clean up on error/close */
/* Init SSL library */
SSL_library_init();