builtin/commit.c: extract ignore_non_trailer() helper function
[gitweb.git] / imap-send.c
index d9bcfb44dc334d86363fd60b576fcc2e2121f971..6f5cc4f782ea82fc14ee596c7bac96e2b6f907e7 100644 (file)
 #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>";