Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/merge.c: drop a parameter that is never used
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index d9bcfb44dc334d86363fd60b576fcc2e2121f971..6f5cc4f782ea82fc14ee596c7bac96e2b6f907e7 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-28,10
+28,6
@@
#include "prompt.h"
#ifdef NO_OPENSSL
typedef void *SSL;
-#else
-#include <openssl/evp.h>
-#include <openssl/hmac.h>
-#include <openssl/x509v3.h>
#endif
static const char imap_send_usage[] = "git imap-send < <mbox>";