Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git init: optionally allow a directory argument
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index e4c83b9d5b989671c1accc573235479ad77a5ab7..3847fd151df6e9f41fdb0b95573882a7d9ac992a 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-238,7
+238,7
@@
static const char *Flags[] = {
#ifndef NO_OPENSSL
static void ssl_socket_perror(const char *func)
{
- fprintf(stderr, "%s: %s\n", func, ERR_error_string(ERR_get_error(),
0
));
+ fprintf(stderr, "%s: %s\n", func, ERR_error_string(ERR_get_error(),
NULL
));
}
#endif