Code

send-email: automatic envelope sender
[git.git] / imap-send.c
index e4c83b9d5b989671c1accc573235479ad77a5ab7..3847fd151df6e9f41fdb0b95573882a7d9ac992a 100644 (file)
@@ -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