diff options
Diffstat (limited to 'mail/dma/files/patch-crypto.c')
-rw-r--r-- | mail/dma/files/patch-crypto.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/dma/files/patch-crypto.c b/mail/dma/files/patch-crypto.c new file mode 100644 index 000000000000..2cf5b29c17ad --- /dev/null +++ b/mail/dma/files/patch-crypto.c @@ -0,0 +1,11 @@ +--- crypto.c.orig 2021-02-11 13:53:38 UTC ++++ crypto.c +@@ -78,7 +78,7 @@ init_cert_file(SSL_CTX *ctx, const char *path) + return (0); + } + +-int ++static int + verify_server_fingerprint(const X509 *cert) + { + unsigned char fingerprint[EVP_MAX_MD_SIZE] = {0}; |